The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
Having two headers in UICollectionView? I've got a UICollectionView which uses the flow layout, which also has a header and …
iphone ios objective-c uicollectionview uicollectionviewlayoutI have an UIViewController which contains a UICollectionView. But the UICollectionView does not fill all the UIViewController. I find that …
ios uicollectionview uicollectionviewlayoutI'm trying to resize a UICollectionView height by setting it to 0 when the view controller is loaded, then increasing its …
xcode resize cgrect uicollectionviewI'm implementing a custom flow layout. It has 2 main methods for overriding to determine placement of cells: layoutAttributesForElementsInRect and layoutAttributesForItemAtIndexPath. …
ios objective-c uicollectionview uicollectionviewlayout uicollectionviewdelegateI'm using UICollectionView in an app that is displaying quite a lot of photos (50-200) and I'm having issues getting …
ios cocoa-touch ios6 uicollectionview rubymotionI have been struggling with this assignment for quite some time now. What I would like to develop is a …
ios uiscrollview uicollectionview infinite-scrollHow to adjust the spacing between sections of collection view.
ios iphone uicollectionview collectionview uicollectionreusableviewi'm a new iOS developer; i have an application with parse and dynamic cell but when i run the app …
ios nsarray uicollectionview icarousel nsrangeexceptionI have a ViewController with a CollectionView inside. When the view loads, the visible cells (9 cells) are shown correctly. When …
ios uicollectionview nsindexpathI need to perform a specific action when the user swipes the uicollectionview. I built it in a way that …
iphone ios objective-c uicollectionview uiswipegesturerecognizer