Add a indexPathForNode: to ASTableView

This commit is contained in:
Steven Ramkumar
2015-09-22 11:16:55 -07:00
parent 48b0525f76
commit d09888f9c2
5 changed files with 55 additions and 0 deletions

View File

@@ -227,6 +227,15 @@
*/
- (ASCellNode *)nodeForRowAtIndexPath:(NSIndexPath *)indexPath;
/**
* Similar to -indexPathForCell:.
*
* @param cellNode a cellNode part of the table view
*
* @returns an indexPath for this cellNode
*/
- (NSIndexPath *)indexPathForNode:(ASCellNode *)cellNode;
/**
* Similar to -visibleCells.
*