Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
An object used in sectioned arrays to denote a section footer title.
Meant to be used in a sectioned array for NITableViewModel.
[NITableViewModelFooter footerWithTitle:@"Footer"]
Definition at line 114 of file NITableViewModel.h.
Methods | |
(id) | - initWithTitle: |
- (id) initWithTitle: | (NSString *) | title |
Initializes the NICellObject with NITextCell as the cell class and the given title text.
Definition at line 439 of file NITableViewModel.m.