I am trying to change the color of the Settings button to white, but can\'t get it to change.
I\'ve tried both of these:
navigationItem.leftBarButton
self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
This works for me, iOS 9.0+