Present UIVideoEditorController full screen

376 Views Asked by At

I have implemented video recording using AVFoundation successfully, after the video recording is over I want to allow user to clip the recorded video to enable that I am using

UIVideoEditorController

But the problem is that it gets presented as a popover I want to present it full screen how can I do this?

Are there any other options other than this for allowing video clipping.

0

There are 0 best solutions below