mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Documentation updates
This commit is contained in:
committed by
Levi McCallum
parent
57badd9e89
commit
cefbcef831
@@ -90,7 +90,6 @@ typedef NSUInteger ASDataControllerAnimationOptions;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
/**
|
||||
* Controller to layout data in background, and managed data updating.
|
||||
*
|
||||
@@ -177,6 +176,9 @@ typedef NSUInteger ASDataControllerAnimationOptions;
|
||||
|
||||
- (NSArray *)nodesAtIndexPaths:(NSArray *)indexPaths;
|
||||
|
||||
- (NSArray *)completedNodes; // This provides efficient access to the entire _completedNodes multidimensional array.
|
||||
/**
|
||||
* Direct access to the nodes that have completed calculation and layout
|
||||
*/
|
||||
- (NSArray *)completedNodes;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user