0
votes

I currently have a UITableView with static cells. Each of these cells are linked to separate view controllers via a push segue. The problem is that my navigational header is dark and therefore when I click on a table and go to the view controller that view controller's back button is difficult to see. How would I go about changing the back button to white instead of the default blue color. (preferably with storyboard)

Thanks!

1

1 Answers

0
votes

You can change whole app tint color using tintColor property of your main window in AppDelegate.

Or you can change view controller's view tintColor viewController.view.tintColor.

Or you can change just navigation bar tintColor.

Or you can use this solution iPhone Set Tint Color of Back Bar Button Item