tags:

views:

541

answers:

2

I want to change color of the UINavigationBar?

Is it possible to keep different colors of UINavigationBar & buttons on it?

+2  A: 

You can only set style of navigation bar. Default or black. Also you can set black and set translucent to YES to get blackTranslucent bar.

Morion
+10  A: 

UINavigationBar has a tintColor property for this.

Ole Begemann