横向模式下的 UIImagepickercontroller

发布于 2024-12-09 17:46:42 字数 86 浏览 1 评论 0原文

UIImagePickerController 类仅支持纵向模式。该类旨在按原样使用,不支持子类化。

还有其他方法可以在横向模式下打开相机吗?

The UIImagePickerController class supports portrait mode only. This class is intended to be used as-is and does not support subclassing.

Is there any other way to open the camera in Landscape mode?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

明媚殇 2024-12-16 17:46:42

这听起来像是您使用资产库的目的。我认为它没有用户界面,所以你可以自己做所有的事情。享受。

This sounds like something you use the Assets library for. I think it comes with no UI, so you get to do all that yourself. Enjoy.

七月上 2024-12-16 17:46:42

这里可以在横向模式下拍照,但预览将以纵向模式显示,因此为了在横向模式下预览,您必须使用 AssetsLibrary 框架使用自定义方法创建 UIImagePickerViewController。

Here its possible to take photo in lanscape mode but preview will be showing in portrait mode,so in order to get preview in landscape mode you have to create UIImagePickerViewController using custom method using AssetsLibrary framework.

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