Address comments in #793

This commit is contained in:
Huy Nguyen
2015-11-03 19:58:04 +02:00
parent 12dbfd1992
commit a6807ef477
2 changed files with 4 additions and 1 deletions

View File

@@ -559,6 +559,9 @@ typedef void (^ASDisplayNodeDidLoadBlock)(ASDisplayNode *node);
*
* If this node was measured, calling this method triggers an internal relayout: the calculated layout is invalidated,
* and the supernode is notified or (if this node is the root one) a full measurement pass is executed using the old constrained size.
*
* Note: ASCellNode has special behavior in that calling this method will automatically notify
* the containing ASTableView / ASCollectionView that the cell should be resized, if necessary.
*/
- (void)setNeedsLayout;