---
title: "present(in:)"
framework: storekit
role: symbol
role_heading: Instance Method
path: "storekit/skoverlay/present(in:)"
---

# present(in:)

Presents an overlay in a window scene.

## Declaration

```swift
@MainActor func present(in scene: UIWindowScene)
```

## Parameters

- `scene`: The window scene used to display the overlay.
