为什么横向模式下隐藏的TabBar会显示空白区域?
当特定视图以横向显示时,我隐藏选项卡栏。它工作正常,但在视图下方显示白色空白区域。知道如何解决这个问题吗?
感谢您的帮助,
斯蒂芬
I'm hiding tabbar when a particular View shows in landscape. It works fine but shows a white blank space below the view. Any idea how to fix this ?
Thx for helping,
Stephane
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
调整当前 UIView 的大小:
您应该在方便时更改高度。
Resize your current UIView:
You should change the height at your convenience.
当您推送到其他视图时,不需要选项卡栏的地方只需编写它
when you are pushing to other view,where you don't need the Tab bar just write it
该线程经过数小时的研究解决了空白问题: 将 iPhone 设备旋转至横向时隐藏 TabBar
This thread resolved the blank space issue after hours of research: hiding TabBar when rotating iPhone device to landscape