Clean up node transition API

This commit is contained in:
Levi McCallum
2016-02-09 16:24:24 -08:00
parent 3444fa18dd
commit a00e9bb41c
3 changed files with 19 additions and 3 deletions

View File

@@ -59,6 +59,9 @@
- (void)viewWillAppear:(BOOL)animated
{
[super viewWillAppear:animated];
[_node measureWithSizeRange:[self nodeConstrainedSize]];
_ensureDisplayed = YES;
[_node recursivelyFetchData];
}