I have a project using Storyboards and whenever I push a view controller with a segue, the dynamically created bar button item is always blue.
To change the color of a specific item (e.g. a button) in your nav bar: In Objective-C
myButton.tintColor = [UIColor redColor];