Reputation: 1463
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?
Upvotes: 0
Views: 6603
Reputation: 5654
You want the UIImagePickerController, which is basically a dialog box that you can show to let the user either take pictures or record video.
Upvotes: 4