I\'m trying to change the back button arrow
I\'m currently using the
Just to change the NavigationBar color you can set the tint color like below.
NavigationBar
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];