---
title: "presentScene(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkinterfaceskscene/presentscene(_:)"
---

# presentScene(_:)

Presents a scene.

## Declaration

```swift
func presentScene(_ scene: SKScene?)
```

## Parameters

- `scene`: The scene to present.

## Discussion

Discussion The new scene immediately replaces the current scene, if one exists.

## See Also

### Displaying a Scene

- [scene](watchkit/wkinterfaceskscene/scene.md)
- [presentScene(_:transition:)](watchkit/wkinterfaceskscene/presentscene(_:transition:).md)
