tabBar setHidden后,控制器的视图不会拉伸全屏

发布于 2024-08-02 12:04:29 字数 104 浏览 3 评论 0原文

事实上,标签栏之前所在的屏幕区域现在无法访问。如果我在该区域添加一些东西,它就会被裁剪掉。

我尝试将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

佼人 2024-08-09 12:04:29

我能说的最好的,而且我已经做了相当多的研究,是,当你有一个 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文