The iOS framework that grows only as fast as its documentation
NIDrawRectBlockCellObject Class Reference

Overview

An object that will draw the contents of the cell using a provided block.

Inheritance diagram for NIDrawRectBlockCellObject:
NICellObject <NICellObject>

Tasks

id userInfo property
 
(Class) - cellClass
 
(UITableViewCellStyle) - cellStyle
 

Method Documentation

userInfo

An object that can be used to populate information in the cell.

@property (nonatomic, strong) id userInfo;

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