Contents

videoEditorController(_:didSaveEditedVideoToPath:)

Notifies the delegate after the system finishes saving an edited movie.

Declaration

optional func videoEditorController(_ editor: UIVideoEditorController, didSaveEditedVideoToPath editedVideoPath: String)

Parameters

  • editor:

    The video editor that has finished editing and saving a movie.

  • editedVideoPath:

    The filesystem path to the edited movie.

See Also

Closing the video editor