Contents

recordingEditor(_:mode:)

Presents the recording editor for the given recording URL with a specific mode.

Declaration

@MainActor @preconcurrency func recordingEditor(_ item: Binding<URL?>, mode: SCRecordingEditor.Mode) -> some View

Parameters

  • item:

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

  • mode:

    The editor mode (.preview or .share).

See Also

Screen capture