ios - UICollectionView with header issue to change y possition -


i using uicollectionview header , uiserach bar also. getting issue header coming top of search bar. how change y position enter image description here

i want uisearch bar collectionview header. header not moving down .

either u accidentally dragged header search bar or u can change y value of header going utilities , clicking ruler u see section called view , there y , can change y value there. if created programmatically u had use line of code.

searchbar.frame = cgrectmake(x,y,width,height); 

that sets searchbars position , width , height change y value higher header since y value goes top bottom. , u replace searchbar whatever named search bar


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -