tabBar setHidden后,控制器的视图不会拉伸全屏
事实上,标签栏之前所在的屏幕区域现在无法访问。如果我在该区域添加一些东西,它就会被裁剪掉。
我尝试将 setFrame 设置为 320x480 但没有帮助
请帮忙
In fact, the screen area where the tab bar was before, now is not accessible. If I add something on to that area, it just got cropped.
I tried setFrame to 320x480 but it won't help
please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能说的最好的,而且我已经做了相当多的研究,是,当你有一个 tabBar 时,如果不使用视图层次结构,你就无法全屏显示。假设视图层次结构是危险的,因为苹果可能会在未来的版本中更改它。就我而言,我编写了自己的 tabBar 替代品。
The best I can tell, and I have done considerable research, is that you cannot go full screen when you have a tabBar without playing a lot of tricks with the view hierarchy. Assuming the view hierarchy is dangerous because Apple may change it in a future revision. In my case I wrote my own tabBar replacement.