i know how to change the navigation bar to primary colors like green and red but if want to set custom color to a navigation bar .Custom colors like dark green .How is it possible.
UINavigationBar *bar = [self.navigationController navigationBar];
[bar setTintColor:[UIColor redColor]];
This is code using how i have set red color to navigation bar but how can i set darkgreen color or any other custom colors to navigation bar. Thanks