[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

@@ -47,7 +47,7 @@ static const NSInteger kImageHeight = 200;
// Enable usesImplicitHierarchyManagement so the first time the layout pass of the node is happening all nodes that are referenced
// in layouts within layoutSpecThatFits: will be added automatically
self.usesImplicitHierarchyManagement = YES;
self.automaticallyManagesSubnodes = YES;
return self;
}