The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I have a horizontal scrolling collectionView with each cell the size of the view. When I page through the collectionView …
ios uiscrollview uicollectionviewI have a horizontal UICollectionView which works fine and scrolls. When I tap an item I update my data and …
iphone objective-c ipad ios6 uicollectionviewI have a UICollectionView with a flow layout and each cell is a square. How do I determine the spacing …
iphone objective-c ios ipad uicollectionviewI have a quick question has anyone been able to successfully create and implement section headers in a CollectionView similar …
ios objective-c uitableview uicollectionview sectionheaderI have a collectionView of photos and want to pass the photo who was cliked to a detailViewControler. The collection …
ios swift uicollectionview nsindexpathI want my sections in the UICollectionView to have a header with an image. I have followed these steps: at …
ios uicollectionviewI am trying to do a Collection View whereby someone selects a cell and for each selection it takes them …
swift uicollectionview uicollectionviewcell didselectrowatindexpathI found a blog on how to make sticky headers and it works great. Only thing is I don't think …
ios objective-c uicollectionview uicollectionviewlayoutHi I'm trying to resize the cell via the auto layout. I want display the cell by the 3 by 3. First …
swift uicollectionview uicollectionviewcell ios-autolayoutHow can I make a horizontal scrolling collectionView that fills up cells going across the rows rather than down the …
ios swift uicollectionview uicollectionviewcell horizontal-scrolling