In an app I'm currently working on I'm using an instance of UIImagePickerController with a custom overlay. Everything works great, but now I'm try to figure out if there's a way to use the physical camera button to take pictures while using my instance of UIImagePickerController.
I believe that the physical camera button is new on iPhone 4 (or is it 4s?) and that this button does double-duty as the volume up button. For some reason, this button does not work with my custom instance of UIImagePickerController.
Does anyone know if it's possible to get it working again?
Thanks!