Hi,
How can I change the color of navigation bar from its default blue color?
Thanks.
Hi,
How can I change the color of navigation bar from its default blue color?
Thanks.
The UINavigationBar
class has a UIColor *tintColor
property that you can change in code.
Alternately this property is also exposed in the InterfaceBuilder UI design tool.