在为iphoneX适配时,xib上启用了safeArea的一些选项,但是换到ios9上发现页面嵌在上面了,如图所示:
在该controller下设置导航栏为不透明就好了,self.navigationController.navigationBar.translucent = NO;
参考:http://www.cocoachina.com/ios/20171206/21436.html
续:
这个方法push的时候会导致状态栏有阴影,后来还是用的链接题主的方法
在为iphoneX适配时,xib上启用了safeArea的一些选项,但是换到ios9上发现页面嵌在上面了,如图所示:
在该controller下设置导航栏为不透明就好了,self.navigationController.navigationBar.translucent = NO;
参考:http://www.cocoachina.com/ios/20171206/21436.html
续:
这个方法push的时候会导致状态栏有阴影,后来还是用的链接题主的方法