Is there a method to call to be able to enable/disable the feature of taking pictures with the volume up button?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have noticed that using
imagePicker.showsCameraControls=NO;and by setting a custom overlay of thecameraOverlayViewof theUIImagePickerController, the volume button is disabled. Now the problem is that you have to redefine the behaviors of the camera(zoom, ect).