In general Storyboards are an awesome hugely productive tool that I cannot live without. But ... I am pulling my hair out trying to do something I assumed would be trivially simple: set the selection color for a tableView cell. Impossible.
My storyboard is simple: navigationController --root controller--> tableViewController
Here are screenshots.
The app. Notice the pale, sickly grey cell selection color that should be blue.
Storyboard screenshots.
NavigationController. Notice I set the nav bar to opaque.
TableViewController. Again, solid opaque nav bar.
TableViewCell. Notice I set selection color to blue not pale, sickly grey.
Can someone please explain to me how to convince Storyboard how to do this.
Thanks.