- Support internal relayout, that is a relayout caused by internal layout changes, like subnodes re-arrangement and/or subnodes' size change. The constrained size applied to root node is unchanged.

- Update Kittens example to show how internal relayout is done.
This commit is contained in:
Huy Nguyen
2015-08-02 09:20:46 +03:00
parent 16ed66c3a1
commit 56768a837a
7 changed files with 67 additions and 5 deletions

View File

@@ -19,4 +19,6 @@
- (instancetype)initWithKittenOfSize:(CGSize)size;
- (void)toggleImageEnlargement;
@end