[ASDisplayNode] Add documentation for range state changes and moved deprecated header to category file (#2170)

* Add documentation for range state changes and moved deprecated header to category file

* Fix self.usesImplicitHierarchyManagement not found
This commit is contained in:
Michael Schneider
2016-08-31 15:39:23 -07:00
committed by Adlai Holler
parent 72b66387d0
commit 68d6d6f5b4
5 changed files with 73 additions and 70 deletions

View File

@@ -40,7 +40,7 @@
self = [super init];
if (self == nil) { return self; }
self.usesImplicitHierarchyManagement = YES;
self.automaticallyManagesSubnodes = YES;
// Define the layout transition duration for the default transition
self.defaultLayoutTransitionDuration = 1.0;