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

Overview

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

Inheritance diagram for <NICellObject>:
NICellObject NIFormElement NIRadioGroup NIDrawRectBlockCellObject NITitleCellObject NIDatePickerFormElement NISegmentedControlFormElement NISliderFormElement NISwitchFormElement NITextInputFormElement NISubtitleCellObject

Tasks

(Class) - cellClass
 
(UITableViewCellStyle) - cellStyle
 

Method Documentation

cellClass

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

- (Class)cellClass;
Discussion

cellStyle

The style of UITableViewCell to be used when initializing the cell for the first time.

- (UITableViewCellStyle)cellStyle;
Discussion