The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I m getting this error on performing insertItemsAtIndexPaths in UICollectionView Assertion failure in: -[UICollectionViewData indexPathForItemAtGlobalIndex:], /SourceCache/UIKit/UIKit-2372/UICollectionViewData.…
objective-c ios6 uicollectionviewI am trying to add header to collectionView using custom xib file. I created the xib file with class implementing …
swift uicollectionview uicollectionreusableviewIn my iphone app,I am showing images on a collection view. I fetch the images from urls,with urls …
iphone ios uicollectionview uicollectionviewcellAccording to the Collection View Programming Guide one should handle the visual state of the cell highlights in the UICollectionViewDelegate. …
ios ios6 uicollectionview uicollectionviewcellI made a UICollectionView with a vertical scroll. The width of the cell is more than than the screen width, …
ios scroll uicollectionview uicollectionviewlayoutI have a custom UICollectionViewCell subclass that overwrites initWithFrame: and layoutSubviews to setup its views. However, I'm now trying to …
iphone objective-c ios uicollectionview uicollectionviewcellWhen building an iPad App, how can you draw a border around a UICollectionViewCell? More details: I implemented a class …
objective-c uicollectionview uicollectionviewcellUITableView has the method rectForRowAtIndexPath:, but this does not exist in UICollectionView. I'm looking for a nice clean way to …
ios uitableview ios6 uicollectionviewIn the course of trying to unload one batch of images from my collection view and then replace them with …
uicollectionview ios7I'm working on a custom UICollectionViewLayout that displays cells organized by day/week/month. It is not scrolling smooth, and …
ios objective-c uicollectionview