Contents

present(from:completionHandler:)

Declaration

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

Present the recording editor from the specified window.