I try to set to background color to the "more" tab in may tabController but it wont change.. I have try this
self.moreNavigationController.view.backgroundColor = UIColor.redColor()
I try to set to background color to the "more" tab in may tabController but it wont change.. I have try this
self.moreNavigationController.view.backgroundColor = UIColor.redColor()
Navigation Bar:
navigationController.navigationBar.barTintColor = UIColor.greenColor()
Replace greenColor with whatever UIColor you want