标签: ios swift ios11
我的所有view controllers和navigation view controller都在状态栏下方结束。如何避免这种行为,以免他们不使用全屏。
view controllers
navigation view controller
我将xCode9与iOS11一起使用。
xCode9
iOS11
我曾与edgesForExtendedLayout财产玩过,但那不起作用。
edgesForExtendedLayout
答案 0 :(得分:0)
我也遇到了同样的问题,最后我发现问题出在Xcode 9的安全区域。
您可以通过2种方式解决此问题
1。取消选中使用安全区支持
2。如果您使用的是Autolayout,请调整toplayout约束值,因为该实时全屏
Autolayout
toplayout
答案 1 :(得分:0)
设置edgesForExtendedLayout = UIRectEdge(rawValue: UInt(0))
edgesForExtendedLayout = UIRectEdge(rawValue: UInt(0))