From cefbcef8311335092b5cf4dcfdd42a41476ff1c9 Mon Sep 17 00:00:00 2001 From: Levi McCallum Date: Tue, 22 Sep 2015 19:44:24 -0700 Subject: [PATCH] Documentation updates --- AsyncDisplayKit/Details/ASDataController.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/AsyncDisplayKit/Details/ASDataController.h b/AsyncDisplayKit/Details/ASDataController.h index 589d210f9d..ebb725bfb2 100644 --- a/AsyncDisplayKit/Details/ASDataController.h +++ b/AsyncDisplayKit/Details/ASDataController.h @@ -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