Mark selectors for intercepting

This commit is contained in:
Adlai Holler
2016-09-09 17:14:54 -07:00
committed by Adlai Holler
parent 3f3d0b440a
commit af1baa6394

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:) ||