我正在使用 iOS7 测试我的应用程序,但我遇到了状态栏问题。基本上状态栏出现在导航栏上,如下图所示:
我试着打电话给我的viewDidLoad
self.edgesForExtendedLayout = UIRectEdgeNone;
self.automaticallyAdjustsScrollViewInsets = YES;
没有成功。
我也没有运气添加到info.plist
文件中。UIViewControllerBasedStatusBarAppearance
主要问题是应用程序必须与 iOS6 和 iOS7 兼容,并且当前在 iOS7 上,视图从顶部移动了 20px。