---
title: SCRecordingEditor
framework: ScreenCaptureKit
role: symbol
role_heading: Class
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: screencapturekit/screcordingeditor
---

# SCRecordingEditor

## Declaration

```swift
class SCRecordingEditor
```

## Overview

Overview Presents a system-owned preview UI for a completed recording via SCStream. 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:)](screencapturekit/screcordingeditor/init(url:)-1k2cv.md)
- [init(url:)](screencapturekit/screcordingeditor/init(url:)-ead5.md)

### Instance Properties

- [delegate](screencapturekit/screcordingeditor/delegate.md)

### Instance Methods

- [present(from:completionHandler:)](screencapturekit/screcordingeditor/present(from:completionhandler:)-1nvxe.md)
- [present(from:completionHandler:)](screencapturekit/screcordingeditor/present(from:completionhandler:)-2atpt.md)
- [present(from:mode:completionHandler:)](screencapturekit/screcordingeditor/present(from:mode:completionhandler:).md)

### Enumerations

- [SCRecordingEditor.Mode](screencapturekit/screcordingeditor/mode.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
