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

@@ -16,7 +16,8 @@
/**
* @abstract Recursively ensures node and all subnodes are displayed.
* @see Full documentation in ASDisplayNode+FrameworkPrivate.h
*/
- (void)recursivelyEnsureDisplay;
- (void)recursivelyEnsureDisplaySynchronously:(BOOL)synchronously;
@end