mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Invalidate layouts more aggressively when transitioning with animation (#476)
* Be more aggressive at invalidating layouts during transitions, add a debug method, fix some build errors when verbose logging * Add a changelog entry
This commit is contained in:
@@ -584,6 +584,11 @@ extern NSInteger const ASDefaultDrawingPriority;
|
||||
*/
|
||||
- (NSString *)displayNodeRecursiveDescription AS_WARN_UNUSED_RESULT;
|
||||
|
||||
/**
|
||||
* A detailed description of this node's layout state. This is useful when debugging.
|
||||
*/
|
||||
@property (atomic, copy, readonly) NSString *detailedLayoutDescription;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user