Relative Content

Tag Archive for swiftuiuikituiviewcontrollerrepresentableuivideoeditorcontroller

How to use UIVideoEditorController in SwiftUI?

I’m trying to use UIVideoEditorController in SwiftUI, but I’m having an issue where upon tapping Save, it doesn’t trigger the delegate method to be called with the edited video path, and it also dismisses all full screen covers behind the UIVideoEditorController until it’s back to the root view controller. How can I resolve this?