Change color of Back button in navigation bar

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.leftBarButtonItem?.tintColor = UIColor.whiteColor()
navigationItem.backBarButtonItem?.tintColor = UIColor.whiteColor()

but no change, it still looks like this:

enter image description here

How do I make that button white?

30 Answers
30

Leave a Comment