Delegate layout frame calculation to sublayout method

This commit is contained in:
Levi McCallum
2016-02-09 15:32:55 -08:00
parent 1513ee8ca5
commit 5cf5cb8452
5 changed files with 4 additions and 39 deletions

View File

@@ -50,7 +50,6 @@
- (void)viewWillLayoutSubviews
{
[super viewWillLayoutSubviews];
[_node measureWithSizeRange:[self nodeConstrainedSize]];
}
- (void)viewDidLayoutSubviews