I am developing an app, which has the facility to record video. I know that the usual practice is to record video using UIImagePickerController
, but I require to record video with a custom overlay on the top of UIImagePickerController
. Any suggestion?