views:

62

answers:

1

I would like to trigger the camera with a non-standard button.

What function do I call to trigger the camera?

+5  A: 

When you use the Overlay view property of the UIImagePickerController to specify your own view, you can use the -takePicture method to trigger the camera to take a picture here is a reference, hope it helps

Daniel