Nib 文件在加载时忽略状态栏。为什么?
我在启动时从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将控制器视图的框架设置为:
我已经遇到过几次这种情况,这是我所知道的唯一真正修复它的方法。可能有更好的方法。
Try setting the frame of the controller's view to:
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.