0

I want to change the skin of the title bar so that it would be the same to that of the UITabBar which is black. How can I achieve this?

Any help would be much appreciated.

N West
  • 6,768
  • 25
  • 40
haifacarina
  • 1,212
  • 1
  • 12
  • 18

1 Answers1

1
self.navigationController.navigationBar.tintColor = self.tabBarController.tabBar.tintColor
max_
  • 24,076
  • 39
  • 122
  • 211