标签: ios swift
我目前无法解决此问题。我有一个嵌入到navigationController中的普通视图控制器。当我将新VC推入其中时,navigationBar变为黑色。
我尝试了一些方法,例如将translucent设置为false,将barTintColor更改为UIColor.whiteColor()和setNavigationBarHidden(false, animated: false)。但无济于事。任何帮助表示赞赏!
translucent
false
barTintColor
UIColor.whiteColor()
setNavigationBarHidden(false, animated: false)