I want to disable the auto focus feature in the iPhone 3G S.
How i can do it programmatically?
I used custom UIImagePickerController for my camera application. I don't need this feature in my application.
please help me.
I want to disable the auto focus feature in the iPhone 3G S.
How i can do it programmatically?
I used custom UIImagePickerController for my camera application. I don't need this feature in my application.
please help me.
Generally your application shouldn't be changing this setting, if your users don't want to use the auto-focus then they can disable it, but your app shouldn't make that choice for them.
Is there a good reason why you would need to control that? Does it interfere with your desired functionality in some way?