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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -