<!--
{
  "availability" : [
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceSKScene/presentScene(_:transition:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceSKScene(im)presentScene:transition:"
  },
  "title" : "presentScene(_:transition:)"
}
-->

# presentScene(_:transition:)

Transitions from the current scene to a new scene.

```
func presentScene(_ scene: SKScene, transition: SKTransition)
```

## Parameters

`scene`

The scene to present.

`transition`

A transition used to animate between the two scenes.

## Discussion

If the interface is not currently presenting a scene, the new scene is presented immediately, and the `transition` property is ignored. Otherwise, the interface’s [`scene`](/documentation/WatchKit/WKInterfaceSKScene/scene) property is updated immediately, and the transition is executed to animate the swap between scenes.

---

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)