在segue期间,Navbar背景错误颜色

时间:2018-04-19 01:49:13

标签: ios swift xcode

使用iOS 11,Xcode 9,Swift 4

下面的图片,看看发生了什么。

大标题下方的状态栏和区域在segue期间显示为灰色,直到视图完全进入视图。我尝试在父视图和子视图的viewDidLoad和viewWillLoad中设置以下所有内容,但没有运气:

self.view.backgroundColor = UIColor.white
self.navigationController?.view.backgroundColor = UIColor.white
self.detailsTable.backgroundColor = UIColor.white

enter image description here

问题:即使在segue期间,如何将这两个灰色部分变为白色?谢谢你的任何建议!

0 个答案:

没有答案