Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode4.2.1 - storyboard - Navigation controller - Title bar color

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?

like image 552
Jan Avatar asked Mar 03 '12 07:03

Jan


3 Answers

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.

like image 144
thommie Avatar answered Sep 23 '22 22:09

thommie


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

enter image description here

like image 24
T.J. Avatar answered Sep 21 '22 22:09

T.J.


Add this to your Info.plist file

enter image description here

like image 45
Mick MacCallum Avatar answered Sep 25 '22 22:09

Mick MacCallum