UICollectionProvider
Provides data to a collection
Properties
Back reference to the collection cells that is bounds to the provider
Methods
Called when cell is added to the collection view hierarchy
Parameters
cell
UIViewindex
Returns
Override to return a view for the given index within the cells array
Parameters
index
Index of the view to return
Returns
Returns
Override to return estimated size of cell for the given index within the cells array
Parameters
index
Returns
Override to return type of cell for the given index within the cells array