Conforms to ASCommonTableViewDataSource
NSObject
Declared in ASTableView.h

Overview

This is a node-based UITableViewDataSource.

Instance Methods

tableView:nodeForRowAtIndexPath:

Similar to -tableView:cellForRowAtIndexPath:.

- (ASCellNode *)tableView:(id)tableView nodeForRowAtIndexPath:(id)indexPath

Parameters

tableView

The sender.

indexPath

The index path of the requested node.

Return Value

a node for display at this indexpath. Must be thread-safe (can be called on the main thread or a background queue) and should not implement reuse (it will be called once per row). Unlike UITableView’s version, this method is not called when the row is about to display.

Declared In

ASTableView.h