From c6d4ed0dc3f71b6774acac2d25552ecc60ba9de4 Mon Sep 17 00:00:00 2001 From: Levi McCallum Date: Thu, 19 Nov 2015 18:26:50 -0800 Subject: [PATCH] Update documentation on the ASRangeController layoutController property --- AsyncDisplayKit/Details/ASRangeController.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/AsyncDisplayKit/Details/ASRangeController.h b/AsyncDisplayKit/Details/ASRangeController.h index 4af67e037c..c8a74e1890 100644 --- a/AsyncDisplayKit/Details/ASRangeController.h +++ b/AsyncDisplayKit/Details/ASRangeController.h @@ -46,7 +46,10 @@ - (void)configureContentView:(UIView *)contentView forCellNode:(ASCellNode *)node; /** - * + * An object that describes the layout behavior of the ranged component (table view, collection view, etc.) + * + * Used primarily for providing the current range of index paths and identifying when the + * range controller should invalidate its range. */ @property (nonatomic, strong) id layoutController;