NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The protocol for a cell created in the NICollectionViewCellFactory.
Cells that implement this protocol are given the object that implemented the NICollectionViewCellObject protocol and returned this cell's class name in collectionViewCellClass.
Tasks | |
(BOOL) | - shouldUpdateCellWithObject: |
(BOOL) | + shouldAppendObjectClassToReuseIdentifier |
Called both when a cell is created and when it is reused.
Implement this method to customize the cell's properties for display using the given object.
Asks the receiver whether the mapped object class should be appended to the reuse identifier in order to create a unique cell.object identifier key.
This is useful when you have a cell that is intended to be used by a variety of different objects.