up vote 1 down vote favorite
share [g+] share [fb]

I am working on an app which should allow user to record video on iPhone 3GS.

I was looking into MediaPlayer references but could not find anything there. Can someone give me a head start on the APIs to look for?

link|improve this question

58% accept rate
feedback

1 Answer

up vote 4 down vote accepted

You want the UIImagePickerController, which is basically a dialog box that you can show to let the user either take pictures or record video.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.