I\'m trying to change the back button arrow
I\'m currently using the
You can set the tintColor property on the button (or bar button item) or the view controller's view. By default, the property will inherit the tint from the parent view, all the way up to the top level UIWindow of your app.
tintColor
UIWindow