Search code examples
xcodestoryboardtitlebarnavigationcontroller

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?


Solution

  • Add this to your Info.plist file

    enter image description here