Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
<NITableViewModelDelegate> Protocol Reference

Overview

A protocol for NITableViewModel to fetch rows to be displayed for the table view.

Examples:

ExampleStaticTableModel.m.

Definition at line 87 of file NITableViewModel.h.

Inheritance diagram for <NITableViewModelDelegate>:
NICellFactory

Methods

(UITableViewCell *) - tableViewModel:cellForTableView:atIndexPath:withObject:

Method Documentation

- (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.

Generated for Nimbus by doxygen 1.7.4-20110629