Update documentation on the ASRangeController layoutController property

This commit is contained in:
Levi McCallum 2015-11-19 18:26:50 -08:00
parent e05c4b7419
commit c6d4ed0dc3

View File

@ -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<ASLayoutController> layoutController;