mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +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
|
@end
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controller to layout data in background, and managed data updating.
|
* Controller to layout data in background, and managed data updating.
|
||||||
*
|
*
|
||||||
@@ -177,6 +176,9 @@ typedef NSUInteger ASDataControllerAnimationOptions;
|
|||||||
|
|
||||||
- (NSArray *)nodesAtIndexPaths:(NSArray *)indexPaths;
|
- (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
|
@end
|
||||||
|
|||||||
Reference in New Issue
Block a user