如何让 UIImagePickerController 自动旋转?
我尝试对 UIImagePickerController
进行子类化并从 shouldAutorotateToInterfaceOrientation
返回 YES 但这不起作用
I tried to sub class the UIImagePickerController
and return YES from shouldAutorotateToInterfaceOrientation
But this didn't work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
根据 文档
所以我认为你的方法不会起作用。
According to documentation
So I don't think your approach is going to work.