mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Add API to update the current range mode of a table or collection view range controller
This commit is contained in:
@@ -77,6 +77,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
- (void)updateCurrentRangeWithMode:(ASLayoutRangeMode)rangeMode
|
||||
{
|
||||
[self.view.rangeController updateCurrentRangeWithMode:rangeMode];
|
||||
}
|
||||
|
||||
- (_ASTablePendingState *)pendingState
|
||||
{
|
||||
if (!_pendingState && ![self isNodeLoaded]) {
|
||||
|
||||
Reference in New Issue
Block a user