Merge branch 'master' into update-objc

This commit is contained in:
Adlai Holler
2015-11-13 12:03:30 -08:00
53 changed files with 1604 additions and 47 deletions

View File

@@ -551,6 +551,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;