Allow layouts to be accessible in context

This commit is contained in:
Levi McCallum
2016-02-10 14:39:46 -08:00
parent 6aae68ead4
commit 6f37bb40d9
5 changed files with 87 additions and 47 deletions

View File

@@ -62,8 +62,12 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
// This is the desired contentsScale, not the scale at which the layer's contents should be displayed
CGFloat _contentsScaleForDisplay;
ASLayout *_previousLayout;
ASLayout *_layout;
ASSizeRange _previousConstrainedSize;
ASSizeRange _constrainedSize;
UIEdgeInsets _hitTestSlop;
NSMutableArray *_subnodes;