mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-17 09:10:30 +00:00
[ASHierarchyChangeSet] Document reload-splitting behavior
This commit is contained in:
parent
304f8f6cb1
commit
27dc52c0c5
@ -71,6 +71,7 @@ NSString *NSStringFromASHierarchyChangeType(_ASHierarchyChangeType changeType);
|
||||
@property (nonatomic, readonly) BOOL completed;
|
||||
|
||||
/// Call this once the change set has been constructed to prevent future modifications to the changeset. Calling this more than once is a programmer error.
|
||||
/// NOTE: Calling this method will cause the changeset to convert all reloads into delete/insert pairs.
|
||||
- (void)markCompleted;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user