Extract measurement and transition into different methods based on feedback

This commit is contained in:
Levi McCallum
2016-02-09 16:11:42 -08:00
parent 8bfa3e4012
commit 8737e242f8
3 changed files with 115 additions and 102 deletions

View File

@@ -61,7 +61,11 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
CGFloat _contentsScaleForDisplay;
ASLayout *_layout;
ASLayout *_pendingLayout;
ASSizeRange _constrainedSize;
ASSizeRange _pendingConstrainedSize;
UIEdgeInsets _hitTestSlop;
NSMutableArray *_subnodes;