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.