0

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() 

1 Answers1

0

Navigation Bar:

navigationController.navigationBar.barTintColor = UIColor.greenColor()

Replace greenColor with whatever UIColor you want

helgetan
  • 1,367
  • 11
  • 16
  • Thanks for your help. This change background on navigationBar "More". How to change the background on the hole list view when you had clicked on "more" ? – user5216681 Sep 17 '15 at 20:14