如何使用 UIButton 上的代码解锁横向模式?
目前,我的整个应用程序处于纵向模式,并且仅限于此。我希望仅在点击一个按钮时启用横向,然后在点击另一个按钮时返回纵向。
我该怎么做?
谢谢,
詹姆斯
At the moment, my whole app is in portrait mode and is locked to that only. I want landscape enabled only when a button is tapped and then back to portrait when another button is tapped.
How can I do this?
Thanks,
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的视图 .m 文件中,您应该在底部看到一个函数:
更改适当的方向以使其正确并在按钮中引用它。或者将 if then 复制并粘贴到按钮中。应该可以做到这一点。
In your view .m file you should see a function towards the bottom:
Change the appropriate orientation to make it proper and reference it in your button. Or copy and paste the if then in your button. That should do it.