Add API to update the current range mode of a table or collection view range controller

This commit is contained in:
Michael Schneider
2016-02-26 20:20:13 -08:00
parent ab920aa360
commit 60889f555e
7 changed files with 42 additions and 5 deletions

View File

@@ -77,6 +77,11 @@
}
}
- (void)updateCurrentRangeWithMode:(ASLayoutRangeMode)rangeMode
{
[self.view.rangeController updateCurrentRangeWithMode:rangeMode];
}
- (_ASTablePendingState *)pendingState
{
if (!_pendingState && ![self isNodeLoaded]) {