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:
Adlai Holler
2017-07-26 22:27:58 -07:00
committed by GitHub
parent 7b054582cd
commit 01c14f0fc2
5 changed files with 46 additions and 8 deletions

View File

@@ -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
/**