SKView
A view subclass that renders a SpriteKit scene.
Declaration
class SKViewMentioned in
Overview
You present a scene by calling the view’s presentScene(_:) 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 isPaused property to true.