|
Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
A protocol for NITableViewModel to fetch rows to be displayed for the table view.
Definition at line 87 of file NITableViewModel.h.
Methods | |
| (UITableViewCell *) | - tableViewModel:cellForTableView:atIndexPath:withObject: |
| - (UITableViewCell *) tableViewModel: | (NITableViewModel *) | tableViewModel | |
| cellForTableView: | (UITableView *) | tableView | |
| atIndexPath: | (NSIndexPath *) | indexPath | |
| withObject: | (id) | object | |
[required] |
Fetches a table view cell at a given index path with a given object.
The implementation of this method will generally use object to customize the cell.
Reimplemented in NICellFactory.