Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Mark selectors for intercepting
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler authored and Adlai Holler committed Sep 12, 2016
1 parent 3f3d0b4 commit af1baa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AsyncDisplayKit/Details/ASDelegateProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ - (BOOL)interceptsSelector:(SEL)selector
// 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:) ||
Expand Down

0 comments on commit af1baa6

Please sign in to comment.