Hello,
I created UINavigationBar, and I try to change the color bar to aqua color (As in Nib file)
UINavigationBar
How do I do it?
[self.navigationController.navigationBar setTintColor:[UIColor blueColor]];
Call this function befor the ViewController will appear, e.g. in viewDidLoad:
viewDidLoad: