An object that displays SpriteKit content. This content is provided by an SKScene object.
SDKs
- iOS 7.0+
- macOS 10.9+
- tvOS 9.0+
Framework
- Sprite
Kit
Overview
You present a scene by calling the view’s present method. When a scene is presented by the view, it alternates between running its simulation (which animates the content) and rendering the content for display. You can pause the scene by setting the view’s is property to true.