Contents

UIVideoEditorControllerDelegate

A set of methods that your delegate object must implement to respond to the video editor.

Declaration

@MainActor protocol UIVideoEditorControllerDelegate : NSObjectProtocol

Overview

The methods of this protocol notify your delegate when the system has saved an edited movie or the user has canceled editing to discard any changes. There’s also a method for responding to errors encountered by the video editor.

The delegate methods are responsible for dismissing the video editor when the operation completes. To dismiss the editor, call the dismiss(animated:completion:) method of the parent controller responsible for displaying the video editor. The video editor is described in UIVideoEditorController.

Topics

Closing the video editor

Handling errors

See Also

Managing changes to the video