Flipkart Search

Search This Blog

Showing posts with label UINavigationBar. Show all posts
Showing posts with label UINavigationBar. Show all posts

Saturday, November 7, 2009

Change navigation bar color in iphone sdk

here is how ou change your navigation bar color.

navigationController.navigationBar.tintColor=[UIColor colorWithRed:42/256.0 green:60/256.0 blue:80/256.0 alpha:1.0];

just replace the (42,60,80) to your desired RGB Value.