mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user