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
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
Post a Comment