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

@@ -82,7 +82,7 @@ typedef NSUInteger ASCellNodeAnimation;
- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event ASDISPLAYNODE_REQUIRES_SUPER;
/**
* Marks the node as needing layout. Convenience for use whether the view / layer is loaded or not. Safe to call from a background thread.
* Marks the node as needing layout. Convenience for use whether the view / layer is loaded or not.
*
* 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.