hello all I am using Uiimagepickercontroller to record a vedio there I need to implement two delegaes.. 1 is UINavigationcontroller delegate and 2 is UIImagepickercontroller delegate..If we not use navigationcontroller delegate its giving me warning at the code picker.delegte=self
;
what is the necessity of UINavigationControllerDelegate.. My requirement is I am recording a vedio automatically.. so after it stops recording It should go to the Screen saying that useThis ,Discard options and it plays the vedio what is captured?
Is there any way.. to do that .. could any one tell me the way for this and what is the Uinavigtaioncontrollerdelegate exactly?
Thank you all