UIImagePickerViewController - Disable Iris Animation ( needs Apple-approved codes )
How to disable Iris Animation ( needs Apple-approved codes ) of 开发者_如何学JAVAUIImagePickerViewController ?
I don't believe this is possible as all the methods allowing you to do that are private. You'll have to roll out your own implementation using AV framework or take a look at https://github.com/BradLarson/GPUImage/ that has a camera implementation already.
精彩评论