Add ability to enable new rendering range with a class method in ASDisplayNode+Beta.h

This commit is contained in:
Scott Goodson
2015-12-26 14:22:24 -08:00
parent 830659b561
commit a1429ea23b
5 changed files with 50 additions and 38 deletions

View File

@@ -8,6 +8,9 @@
@interface ASDisplayNode (Beta)
+ (BOOL)shouldUseNewRenderingRange;
+ (void)setShouldUseNewRenderingRange:(BOOL)shouldUseNewRenderingRange;
/** @name Layout */