mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[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:
committed by
Adlai Holler
parent
72b66387d0
commit
68d6d6f5b4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user