Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Colors 在MoreNavigationController Swift 2上设置背景色_Colors_Background_Swift2_Uitabcontroller - Fatal编程技术网

Colors 在MoreNavigationController Swift 2上设置背景色

Colors 在MoreNavigationController Swift 2上设置背景色,colors,background,swift2,uitabcontroller,Colors,Background,Swift2,Uitabcontroller,我试着在五月将“更多”选项卡设置为背景色,但它不会改变。。我试过这个 self.moreNavigationController.view.backgroundColor = UIColor.redColor() 导航栏: navigationController.navigationBar.barTintColor = UIColor.greenColor() 用您想要的任何颜色替换绿色谢谢您的帮助。导航栏“更多”上的此更改背景。单击“更多”后,如何更改孔列表视图上的背景?

我试着在五月将“更多”选项卡设置为背景色,但它不会改变。。我试过这个

self.moreNavigationController.view.backgroundColor = UIColor.redColor() 
导航栏:

navigationController.navigationBar.barTintColor = UIColor.greenColor()

用您想要的任何颜色替换绿色

谢谢您的帮助。导航栏“更多”上的此更改背景。单击“更多”后,如何更改孔列表视图上的背景?