views:

3386

answers:

1

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?

+3  A: 

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

David Maymudes