hello all I use Uiimagepickercontroller to record video where I need to implement two delegates. 1 is a delegate to the UINavigationcontroller, and 2 is a delegate to the UIImagepickercontroller. If we do not use the navigationcontroller delegate, it gives me a warning in the code picker.delegte=self ;
What is the need for UINavigationControllerDelegate .. My requirement: I automatically record vedio .. so after stopping it, the recording should go to the screen saying that useThis, Discard options, and it plays the video, what is captured?
Is there a way ... to do this .. can someone tell me the way for this and what exactly is the UINavigtacontrollerdelegate exactly?
Thank you all
source share