Top "Uicollectionview" questions

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.

iOS UICollectionView prototype cell size property ignored

I'm using a UICollectionView with two prototype cells. The prototype cells have different widths and contain different controls (image view …

ios uicollectionview collectionview
UICollectionView - distance between cells?

I'm using a UICollectionView with the cell width of 67, right now I am using a flow layout. I have 3 cells …

ios objective-c uicollectionview storyboard uicollectionviewflowlayout
UICollectionView, full width cells, allow autolayout dynamic height?

In a vertical UICollectionView , Is it possible to have full-width cells, but, allow the dynamic height to be controlled by …

ios uicollectionview autolayout
UICollectionView Select and Deselect issue

So I have a main object that has many images associated with it. An Image is also an object. Say …

ios cocoa-touch uicollectionview
How to set UICollectionViewDelegateFlowLayout?

A UIViewController maintains a reference to a UICollectionView. The controller should modify the built-in flow layout using the UICollectionViewDelegateFlowLayout. It's …

ios uicollectionview flowlayout
UICollectionView: must be initialized with a non-nil layout parameter

I added UICollectionView by code. Now, the app crash with message: UICollectionView must be initialized with a non-nil layout parameter. …

ios uicollectionview
Swift: How to refresh UICollectionView layout after rotation of the device

I used UICollectionView (flowlayout) to build a simple layout. the width for each cell is set to the width of …

ios swift uicollectionview flowlayout
UICollectionView reloadData not functioning properly in iOS 7

I've been updating my apps to run on iOS 7 which is going smoothly for the most part. I have noticed …

ios uicollectionview ios7
How to create UICollectionViewCell programmatically

I'm trying to create UICollectionView programatically. I need to add labels inside the cells, so I Created CollectionViewCell class. This …

swift uicollectionview uicollectionviewcell
the behavior of the UICollectionViewFlowLayout is not defined, because the cell width is greater than collectionView width

2015-08-18 16:07:51.523 Example[16070:269647] the behavior of the UICollectionViewFlowLayout is not defined because: 2015-08-18 16:07:51.523 Example[16070:269647] the item width must be …

uicollectionview ios9 uicollectionviewcell uicollectionviewlayout xcode7-beta5