1

I searched lot in google and tried my level best but, still i cant fix this issue. I want to disable or hide the UIImagePickerController Camera shutter when it is opening. I searched in google and got advice to use AVCaptureSession. But, in my app i used CustomOverlayView in UIImagePickerController Camera with some buttons. In this case i want to disable or stop to show the Apple's Camera shutter. Simply the user won't to see the camera shutter when they pick the Camera UIImagePickerController. How can i do this? Can you please help me to solve this problem. Thanks in advance.

Nano Taboada
  • 4,148
  • 11
  • 61
  • 89
Gopinath
  • 5,392
  • 21
  • 64
  • 97

1 Answers1

0

I have seen some apps cover it up with their overlay, but you can't remove it. AVCaptureSession really does sound more appropriate for your purposes. I see one example here:

http://www.musicalgeometry.com/?p=1273

Peter DeWeese
  • 18,141
  • 8
  • 79
  • 101