Documentation updates

This commit is contained in:
Levi McCallum
2015-09-22 19:44:24 -07:00
committed by Levi McCallum
parent 57badd9e89
commit cefbcef831

View File

@@ -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