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
You should use this:
navigationController?.navigationBar.barTintColor = .purple navigationController?.navigationBar.tintColor = .white