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)indexPathDiscussion
Return 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