<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "SpriteKit",
  "identifier" : "/documentation/SpriteKit/SKScene/view",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "SpriteKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SKScene(py)view"
  },
  "title" : "view"
}
-->

# view

The view that is currently presenting the scene.

```
weak var view: SKView? { get }
```

## Discussion

To present a scene, you call the [`presentScene(_:)`](/documentation/SpriteKit/SKView/presentScene(_:)) method or [`presentScene(_:transition:)`](/documentation/SpriteKit/SKView/presentScene(_:transition:)) method on the [`SKView`](/documentation/SpriteKit/SKView) class. If the scene is not currently presented, this property holds `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)