<!--
{
  "availability" : [
    "iOS: 3.1.0 -",
    "iPadOS: 3.1.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIVideoEditorControllerDelegate/videoEditorController(_:didSaveEditedVideoToPath:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIVideoEditorControllerDelegate(im)videoEditorController:didSaveEditedVideoToPath:"
  },
  "title" : "videoEditorController(_:didSaveEditedVideoToPath:)"
}
-->

# videoEditorController(_:didSaveEditedVideoToPath:)

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

```
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.

## Discussion

---

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)