如何使用ImagePickerController而不显示预览窗口?
我正在使用 imagePickerController 捕获图像,然后将它们保存到照片库中。拍照后,我会看到一个带有“使用”和“重新拍摄”按钮的预览窗口。如果我想一直使用“使用”按钮,有没有办法不显示预览窗口?
谢谢, 缺口
I am using the imagePickerController to capture images and then save them to the photo library. After I take the picture I get a Preview window with the "Use" and "Retake" buttons. Is there a way going without the display of that Preview window if I suppose that I am going to use the "Use" button all the time?
Thanks,
Nick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果不进行破解,您就无法绕过预览屏幕。如果需要避免该屏幕,您可以考虑使用
AV 基础框架
。You can't circumvent the preview screen without a hack. If it is necessary to avoid that screen, you can consider using the
AV Foundation Framework
.将 UIImagePicker 的
allowsEditing
属性设置为 NO。Set UIImagePicker's
allowsEditing
property to NO.