---
title: "present(from:mode:completionHandler:)"
framework: ScreenCaptureKit
role: symbol
role_heading: Instance Method
platforms: [tvOS 27.0+]
path: "screencapturekit/screcordingeditor/present(from:mode:completionhandler:)"
---

# present(from:mode:completionHandler:)

## Declaration

```swift
func present(from windowScene: UIWindowScene, mode: SCRecordingEditor.Mode, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func present(from windowScene: UIWindowScene, mode: SCRecordingEditor.Mode) async throws
```
