横向模式下的 UIImagepickercontroller
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这听起来像是您使用资产库的目的。我认为它没有用户界面,所以你可以自己做所有的事情。享受。
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.
这里可以在横向模式下拍照,但预览将以纵向模式显示,因此为了在横向模式下预览,您必须使用 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.