mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 21:00:10 +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;
|
@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.
|
/// 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;
|
- (void)markCompleted;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user