如何使用ImagePickerController而不显示预览窗口?

发布于 2024-11-09 22:31:40 字数 127 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

流绪微梦 2024-11-16 22:31:46

如果不进行破解,您就无法绕过预览屏幕。如果需要避免该屏幕,您可以考虑使用 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.

泼猴你往哪里跑 2024-11-16 22:31:45

将 UIImagePicker 的 allowsEditing 属性设置为 NO。

Set UIImagePicker's allowsEditing property to NO.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文