<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ScreenCaptureKit",
  "identifier" : "/documentation/ScreenCaptureKit/SCRecordingEditor",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ScreenCaptureKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SCRecordingEditor"
  },
  "title" : "SCRecordingEditor"
}
-->

# SCRecordingEditor

```
class SCRecordingEditor
```

## Overview

\abstract Presents a system-owned preview UI for a completed recording via SCStream.
\discussion SCRecordingEditor owns the full presentation lifecycle of the preview UI.
Callers provide an optional anchor window (macOS) or scene; if none is provided, the foreground
window/scene is discovered automatically.

## Topics

### Initializers

[`init(URL: URL)`](/documentation/ScreenCaptureKit/SCRecordingEditor/init(URL:)-1k2cv)

[`init(url: URL)`](/documentation/ScreenCaptureKit/SCRecordingEditor/init(url:)-ead5)

### Instance Properties

[`var delegate: (any SCRecordingEditorDelegate)?`](/documentation/ScreenCaptureKit/SCRecordingEditor/delegate)

### Instance Methods

[`func present(from: NSWindow, completionHandler: ((any Error)?) -> Void)`](/documentation/ScreenCaptureKit/SCRecordingEditor/present(from:completionHandler:)-1nvxe)

[`func present(from: UIWindowScene, completionHandler: ((any Error)?) -> Void)`](/documentation/ScreenCaptureKit/SCRecordingEditor/present(from:completionHandler:)-2atpt)

[`func present(from: UIWindowScene, mode: SCRecordingEditor.Mode, completionHandler: ((any Error)?) -> Void)`](/documentation/ScreenCaptureKit/SCRecordingEditor/present(from:mode:completionHandler:))

### Enumerations

[`enum Mode`](/documentation/ScreenCaptureKit/SCRecordingEditor/Mode)

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)