"How to change style and color of the navigation bar"

Mon 11 May 2009

self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;

self.navigationController.navigationBar.tintColor = [UIColor redColor];