5

I am designing an app with storyboard with minimal coding. So, I am designing everything using views and buttons without the need for header files.

What is the easiest way to change the default blue title bar color to black with minimal coding?

Jan
  • 718
  • 1
  • 6
  • 27

3 Answers3

30

Select the nav controller in the left scene selector. enter image description here

And click on the "Style" drop down menu and select the one you want.

Community
  • 1
  • 1
thommie
  • 438
  • 5
  • 20
4

Select "Navigation Controller > Navigation Bar" in the storyboard and use the attributes inspector.

enter image description here

Chris W. Rea
  • 5,099
  • 36
  • 53
T.J.
  • 3,900
  • 2
  • 29
  • 40
  • 2
    Strange, in XCode 4.3.2 I just see Simulated Metrics in the attributes inspector. None of what's in your screenshot. – Nestor Mar 29 '12 at 16:36
  • I just fixed the answer. It should have specified to select the **Navigation Bar**. Notice the jump bar at top of the image has the Navigation Bar showing. – Chris W. Rea Mar 28 '13 at 21:40
  • And of course, it is not possible to actually click on the navigation bar to select it, that would be too easy. You need to click on "Navigation Controller" in the jump bar to bring up the menu, follow the small arrow, and select "Navigation Bar" in the submenu. – fishinear Jul 22 '13 at 18:33
3

Add this to your Info.plist file

enter image description here

Mick MacCallum
  • 124,539
  • 40
  • 277
  • 276