I've been developed an app for iOS7 which has this design
As you can see there's a blue arrow for all my BackButton (using UINavigationController and segues), I want to make them red, this is my code:
[UIBarButtonItem appearance]setTintColor:(UIColorFromRGB(toolbarTintColor))];
[[UIBarButtonItem appearance]setTitleTextAttributes:textAtributesDictionaryNavBarButtons forState:UIControlStateNormal];
but results only applies to all other buttons, any help I'll appreciate
thanks in advance for the support