Contents

storeOverlayDidFinishPresentation(_:transitionContext:)

Indicates that the platform finished presenting an overlay.

Declaration

optional func storeOverlayDidFinishPresentation(_ overlay: SKOverlay, transitionContext: SKOverlay.TransitionContext)

Parameters

  • overlay:

    The overlay object that appears.

  • transitionContext:

    A context you can use to animate changes to UI components after the overlay appears.

See Also

Responding to the Overlay’s Appearance and Disappearance