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

Overview

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

Tasks

(UINib *) - cellNib
 

Method Documentation

cellNib

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

- (UINib*)cellNib;
Discussion