I am trying to set the tint color of the back button within a navigation controller, but nothing is working. I have tried
[self.navigationController.backBa
If you want to set it to predefined style you can use
[navigationBar setBarStyle: UIBarStyleBlack];