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

Overview

The protocol for an object that can be used in the NICollectionViewCellFactory with Interface Builder nibs.

Tasks

(UINib *) - collectionViewCellNib
 

Method Documentation

collectionViewCellNib

A nib that contains a collection view cell to display this object's contents.

- (UINib*)collectionViewCellNib;
Discussion