mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 13:19:16 +00:00
[ASDataController] If app code issues edit commands before first reload, ignore them, as UIKit will call -reloadData.
This commit is contained in:
parent
6a32e5ccc0
commit
c4f6c9035b
@ -137,14 +137,6 @@ FOUNDATION_EXPORT NSString * const ASDataControllerRowNodeKind;
|
||||
*/
|
||||
- (instancetype)initWithAsyncDataFetching:(BOOL)asyncDataFetchingEnabled;
|
||||
|
||||
/** @name Initial loading
|
||||
*
|
||||
* @discussion This method allows choosing an animation style for the first load of content. It is typically used just once,
|
||||
* for example in viewWillAppear:, to specify an animation option for the information already present in the asyncDataSource.
|
||||
*/
|
||||
|
||||
- (void)initialDataLoadingWithAnimationOptions:(ASDataControllerAnimationOptions)animationOptions;
|
||||
|
||||
/** @name Data Updating */
|
||||
|
||||
- (void)beginUpdates;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user