ASTableViewDataSource Protocol Reference
| Conforms to | ASCommonTableViewDataSource NSObject |
| Declared in | ASTableView.h |
Instance Methods
tableView:nodeForRowAtIndexPath:
Similar to -tableView:cellForRowAtIndexPath:.
- (ASCellNode *)tableView:(id)tableView nodeForRowAtIndexPath:(id)indexPathParameters
- 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