Improve Transition ID handling

This commit is contained in:
Michael Schneider
2016-05-04 11:52:45 -07:00
parent 62a853b3e9
commit dc6d2e7660
2 changed files with 54 additions and 37 deletions

View File

@@ -93,7 +93,9 @@ FOUNDATION_EXPORT NSString * const ASRenderingEngineDidDisplayNodesScheduledBefo
ASDisplayNode * __weak _supernode;
ASSentinel *_displaySentinel;
ASSentinel *_transitionSentinel;
BOOL _transitionInProgress;
// This is the desired contentsScale, not the scale at which the layer's contents should be displayed
CGFloat _contentsScaleForDisplay;