PR #1000 on GitHub! Provide a Beta API to enable the new, high efficiency render-ahead mechanism.

This commit is contained in:
Scott Goodson
2015-12-26 16:34:44 -08:00
parent e5988138e9
commit 4b560a703a
7 changed files with 9 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
{
if (_ensureDisplayed && self.neverShowPlaceholders) {
_ensureDisplayed = NO;
[self.node recursivelyEnsureDisplay];
[self.node recursivelyEnsureDisplaySynchronously:YES];
}
[super viewDidLayoutSubviews];
}