Nib 文件在加载时忽略状态栏。为什么?

发布于 2024-10-30 19:57:07 字数 95 浏览 2 评论 0原文

我在启动时从 NIB 加载了一个 UIViewController 。状态栏与视图重叠,并且屏幕底部有一个状态栏大小的边距。当设备旋转时,问题会自行纠正。可能是什么原因造成的?

I've got a UIViewController loaded from a NIB at startup. The status bar overlaps the view and there is a status bar sized margin at the bottom of the screen. When the device rotates, the problem corrects itself. What could be causing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

歌入人心 2024-11-06 19:57:07

尝试将控制器视图的框架设置为:

[[UIScreen mainScreen] applicationFrame]

我已经遇到过几次这种情况,这是我所知道的唯一真正修复它的方法。可能有更好的方法。

Try setting the frame of the controller's view to:

[[UIScreen mainScreen] applicationFrame]

I've run into this a few times and this is the only real way I know of to fix it. There might be a better way.

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