Contents

SKView

A view subclass that renders a SpriteKit scene.

Declaration

class SKView

Mentioned 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.

Topics

Displaying a Scene

Controlling the Timing of a Scene’s Rendering

Configuring Performance Related Toggles

Enabling Visual Statistics for Debugging

Converting Between View and Scene Coordinates

Snapshotting Nodes to a Texture

Switching Renderers

Instance Properties

See Also

Scene Renderers