NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
A protocol for NICollectionViewModel to fetch rows to be displayed for the collection view.
Tasks | |
(UICollectionViewCell *) | - collectionViewModel:cellForCollectionView:atIndexPath:withObject: |
(UICollectionReusableView *) | - collectionViewModel:collectionView:viewForSupplementaryElementOfKind:atIndexPath: |
Fetches a collection view cell at a given index path with a given object.
The implementation of this method will generally use object to customize the cell.
Reimplemented in NICollectionViewCellFactory.
Fetches a supplementary collection view element at a given indexPath.
The value of the kind property and indexPath are implementation-dependent based on the type of UICollectionViewLayout being used.