仅允许 LeftLandscape 和 RightLandscape 方向
如何使我的应用程序仅允许横向方向但同时允许横向方向(左和右)? 因此,如果我旋转 180°,应用程序将旋转,但如果我纵向旋转,应用程序不会旋转?
谢谢
How can I made my app to allow only the landscape orientation but both (left and right)?
so if I rotate 180° the app will be rotate but if I rotate in portrait the app doesn't rotate?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将其添加到您的 UIViewController:
您可以在此处了解更多信息: UIViewController 类参考
Try adding this to your UIViewController:
You can learn more about this here: UIViewController class reference