<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/recordingEditor(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewP018_ScreenCaptureKit_aB0E15recordingEditoryQrAA7BindingVy10Foundation3URLVSgGF"
  },
  "title" : "recordingEditor(_:)"
}
-->

# recordingEditor(_:)

Presents the recording editor for the given recording URL.

```
@MainActor @preconcurrency func recordingEditor(_ item: Binding<URL?>) -> some View
```

## Parameters

`item`

A binding to an optional URL. Non-nil presents the editor;
nil dismisses it.

## Discussion

When `item` is non-nil, the editor is presented for that URL.
When the user dismisses, the framework sets `item` back to `nil`.

```
.recordingEditor($recordingURL)
```

---

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)