Go into full range mode if a scroll happens

This commit is contained in:
Michael Schneider
2016-03-12 15:44:27 -08:00
parent fe8cc9328c
commit e4ddb7e270
4 changed files with 24 additions and 1 deletions

View File

@@ -602,6 +602,8 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
- (void)scrollViewDidScroll:(UIScrollView *)scrollView
{
[_rangeController scrollViewDidScroll:scrollView];
for (_ASTableViewCell *tableCell in _cellsForVisibilityUpdates) {
[[tableCell node] cellNodeVisibilityEvent:ASCellNodeVisibilityEventVisibleRectChanged
inScrollView:scrollView