Mark selectors for intercepting

This commit is contained in:
Adlai Holler
2016-09-09 17:14:54 -07:00
parent b7d66943d7
commit ed52b5d7cc

View File

@@ -25,6 +25,10 @@
// handled by ASRangeController
selector == @selector(numberOfSectionsInTableView:) ||
selector == @selector(tableView:numberOfRowsInSection:) ||
// reordering support
selector == @selector(tableView:canMoveRowAtIndexPath:) ||
selector == @selector(tableView:moveRowAtIndexPath:toIndexPath:) ||
// used for ASCellNode visibility
selector == @selector(scrollViewDidScroll:) ||