The iOS framework that grows only as fast as its documentation
<NICollectionViewCellObject> Protocol Reference

Overview

The protocol for an object that can be used in the NICollectionViewCellFactory.

Inheritance diagram for <NICollectionViewCellObject>:
NICollectionViewCellObject

Tasks

(Class) - collectionViewCellClass
 

Method Documentation

collectionViewCellClass

The class of cell to be created when this object is passed to the cell factory.

- (Class)collectionViewCellClass;
Discussion