Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
An object for displaying two lines of text in a table view cell.
This object maps by default to a NITextCell and displays the title with a UITableViewCellStyleSubtitle cell. You can customize the cell class using the NICellObject methods.
Definition at line 47 of file NICellCatalog.h.
Methods | |
NSString * | subtitle property |
UITableViewCellStyle | cellStyle property |
(id) | - initWithTitle:subtitle: |
NSString * | title property |
(id) | - initWithTitle:image: |
id | userInfo property |
(Class) | - cellClass |
(UITableViewCellStyle) | - cellStyle |
- NISubtitleCellObject: [read, write, copy] |
The text to be displayed in the subtitle portion of the cell.
Definition at line 52 of file NICellCatalog.h.
- NISubtitleCellObject: [read, write, assign] |
The type of UITableViewCell to instantiate.
By default this is UITableViewCellStyleSubtitle.
Definition at line 53 of file NICellCatalog.h.
Initializes the NICellObject with NITextCell as the cell class and the given title and subtitle text.
Definition at line 102 of file NICellCatalog.m.
- NITitleCellObject: [read, write, copy, inherited] |
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.