我在UINavigationController中有一个ViewController。 NavigationBar是隐藏的。
我不希望状态栏覆盖视图。
if ([self respondsToSelector:@selector(edgesForExtendedLayout)])
self.edgesForExtendedLayout = UIRectEdgeNone;
这并没有隐藏导航栏的技巧。
任何人都可以向我提供有关如何执行此操作的信息吗?
我的应用需要支持iOS6和iOS7。
答案 0 :(得分:0)
我的workarround是将y位置设置为+ = 62并使用ios 6/7增量与-62