Is it not possible to utilize the zoom already supported in the iPhone 4S-camera through some function calls like Android’s setzoom(); method?
Is it not possible to utilize the zoom already supported in the iPhone 4S-camera
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.
Looking at Apple’s documentation of the
UIImagePickerController-class, it does not seem like you can programmatically utilise the native camera-zoom of the iPhone 4S. However, if the propertyshowsCameraControls(docs) is set totrue, the user can still zoom natively by pinching with two fingers.Unfortunately, I am not aware of any private APIs that can do this either.