The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.
I have a UICollectionView set up with a UICollectionViewDataSource that currently provides six items. These are fewer than needed to …
iphone ios uicollectionviewI have a UICollectionView with a FLowLayout. It will work as I expect most of the time, but every now …
ios ios6 uicollectionview uicollectionviewcellI have a UICollectionView that I have created programmatically. I would like for the collection view to behave in the …
ios objective-c uicollectionview uicollectionviewcell uicollectionviewdelegateI have a viewcontroller with 2 CollectionView Controllers. I would like on rotation that only one of the collection views resize …
ios objective-c xcode uicollectionviewI have a UICollectionView which is about the size of the screen. The UICollectionViewCells that it displays are the same …
ios objective-c ipad uicollectionview uicollectionviewcellHow can i find indexPath for cell in the middle of UICollectionView? I have horizontal scrolling and only one big …
ios uicollectionview uicollectionviewcellI have this arrangement in Interface Builder, All properties are set to zero. However, when I run it on both …
ios uicollectionview uicollectionviewlayoutI want to put a UICollectionView control that shows thumbs horizontally (only a single line of thumbs). For some reason …
ios7 uicollectionviewI noticed that the cells would always follow the definition in size inspector. Even if I have already applied UICollectionViewDelegateFlowLayout. …
ios uicollectionview ios10I know some people have asked this question before but they were all about UITableViews or UIScrollViews and I couldn't …
ios objective-c uiscrollview uicollectionview