mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-17 03:40:18 +00:00
Update documentation on the ASRangeController layoutController property
This commit is contained in:
parent
e05c4b7419
commit
c6d4ed0dc3
@ -46,7 +46,10 @@
|
|||||||
- (void)configureContentView:(UIView *)contentView forCellNode:(ASCellNode *)node;
|
- (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;
|
@property (nonatomic, strong) id<ASLayoutController> layoutController;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user