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?
[[UINavigationBar appearance] setTintColor:[UIColor colorWithRed:0 green:.62 blue:.984 alpha:1]];
Dude, try this to get [UIColor Aqua] throughout your app.
[UIColor Aqua]