Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是不是不能通过一些函数调用比如Android的setzoom();方法来利用iPhone 4S相机已经支持的变焦?
setzoom();
查看 Apple 的UIImagePickerController-class 文档,您似乎无法以编程方式利用 iPhone 4S 的原生相机变焦。但是,如果属性showsCameraControls( docs ) 设置为true,用户仍然可以通过用两根手指捏合来进行本地缩放。
UIImagePickerController
showsCameraControls
true
不幸的是,我也不知道有任何私有 API 可以做到这一点。