如何在 TabBar 应用程序中强制方向
所有,
当我旋转 iPhone 时,即使我没有在任何地方指定“横向”,我的应用程序也会定向为横向。关于如何排除故障/修复有什么建议吗?
谢谢
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<string>UIInterfaceOrientationPortrait</string>
</plist>
All,
When I rotate my iPhone, my app is orientating to landscape even though I did not specify "landscape" anyplace. Any advice on how to troubleshoot/fix?
Thanks
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<string>UIInterfaceOrientationPortrait</string>
</plist>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
会尝试首先在视图控制器中设置它。
有时,如果需要,您可以使用这样的行来强制
plist 看起来像:
would try setting this in your view controllers first.
sometimes if needed you can use lines like this to force also
also the plist looks like: