iOS:横向到纵向调整大小未完全
我的笔尖顶部有一个导航栏,后面是工具栏和网络视图。这都是垂直的。
我基本上实现了一个应用程序内浏览器。
如果我以纵向模式启动浏览器并切换到横向模式。一切正常。
但是,如果我以横向模式启动它,右手尺寸的一部分就会丢失。
当我从横向模式切换到纵向模式时,右侧部分仍然丢失。
我想如果我修复了它在横向模式下启动的方式,它就会被修复。
如何将界面生成器置于横向模式/解决我的问题?
I have a navigation bar at the top of my nib, followed by a toolbar, and a webview. This is all vertically.
I basically implemented an in app browser.
If I launch my browser in portrait mode and switch to landscape. Everything works fine.
However, if I launch it in landscape mode, a portion of the right hand size is missing.
and when I switch from landscape to portrait mode, the right portion is still missing.
I think if I fixed the way it launches in landscape mode, it will be fixed.
How do I put interface builder in landscape mode/solve my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请检查您的导航栏的自动调整大小设置是否正确?我认为通常它应该具有灵活的左边距、灵活的宽度以及灵活的右边距。
Please check whether the autosizing settings are correct for your navigation bar? I think typically it should have flexible left margin, flexible width and also flexible right margin.
你检查你的笔尖并设置工具栏导航栏和网页视图的自动大小,然后运行并尝试我认为这会工作得很好。只需尝试并确认我们。
You check your nib and set the autosize of toolbar navigation bar and webview and then run and try I think that will work fine.Just try and confirm us.