Contents

SKOverlay.TransitionContext

A context object you can use to animate UI changes while the platform presents or dismisses an overlay.

Declaration

class TransitionContext

Overview

For more information on animating UI changes while the system presents or dismisses an overlay, see storeOverlayWillStartPresentation(_:transitionContext:) and storeOverlayWillStartDismissal(_:transitionContext:).

Topics

Adding an Animation

See Also

Responding to the Overlay’s Appearance and Disappearance