views:

20

answers:

1

hello all I am working an app that automatically records a video. its does not showing preview of a video since I hidden the Cameracontrols . I want to know the method that calling the preview view.. Could anyone help me.. Thanks

A: 

MPMoviePlayerController is use to show video, not UIImagePickerViewController

priyanka
yes but when we record something without userinteraction only it shows the preview of video with the options of (usethis and discard) .what is the method that push this view automatically
ratna
after finish recording you give your file path in URL and play that URL in MPMoviePlayerController.
priyanka