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.