Reputation: 747
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?
Upvotes: 5
Views: 14471
Reputation: 3960
Select "Navigation Controller > Navigation Bar" in the storyboard and use the attributes inspector.
Upvotes: 4
Reputation: 448
Select the nav controller in the left scene selector.
And click on the "Style" drop down menu and select the one you want.
Upvotes: 30