<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCRecordingEditor/present(from:completionHandler:)-1nvxe",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCRecordingEditor(im)presentFromWindow:completionHandler:"
  },
  "title" : "present(from:completionHandler:)"
}
-->

# present(from:completionHandler:)

```
func present(from window: NSWindow, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```
func present(from window: NSWindow) async throws
```

## Parameters

`window`

The window to present from.

`completionHandler`

Called when presentation completes. error is nil on success.

## Discussion

\abstract Present the recording editor from the specified window.

---

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)