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!