NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
A protocol for NITableViewModel to fetch rows to be displayed for the table view.
Tasks | |
(UITableViewCell *) | - tableViewModel:cellForTableView:atIndexPath:withObject: |
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.