mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-03-29 08:39:00 +08:00
Mark selectors for intercepting
This commit is contained in:
committed by
Adlai Holler
parent
3f3d0b440a
commit
af1baa6394
@@ -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:) ||
|
||||
|
||||
Reference in New Issue
Block a user