|
Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
An object for displaying a single-line title in a table view cell.
This object maps by default to a NITextCell and displays the title with a UITableViewCellStyleDefault cell. You can customize the cell class using the NICellObject methods.
Definition at line 28 of file NICellCatalog.h.
Methods | |
| NSString * | title property |
| (id) | - initWithTitle:image: |
| id | userInfo property |
| (Class) | - cellClass |
| (UITableViewCellStyle) | - cellStyle |
- NITitleCellObject: [read, write, copy] |
The text to be displayed in the cell.
Definition at line 34 of file NICellCatalog.h.
| - (id) initWithTitle: | (NSString *) | title | |
| image: | (UIImage *) | image | |
Initializes the NICellObject with NITextCell as the cell class and the given title text and image.
Definition at line 45 of file NICellCatalog.m.
- NICellObject: [read, retain, inherited] |
An object that can be used to populate information in the cell.
Definition at line 168 of file NICellFactory.h.
| - (Class) cellClass | [required, inherited] |
The class of cell to be created when this object is passed to the cell factory.
| - (UITableViewCellStyle) cellStyle | [optional, inherited] |
The style of UITableViewCell to be used when initializing the cell for the first time.