This is driving me absolutely mad and should be simple. In fact I'm sure it IS simple and it's just that I don't understand why not!
I've got a very basic navigation-bar app. Trivial in fact. A table view embedded in a navigation controller. Instead of the UIViewController to show the detail (as per the template example) I want a UITableViewController so I've ditched the UIViewController, added the UITableViewController and created the necessary segue.
However I cannot find how to ensure the top constraints are correct - the table covers the navigation bar. I've literally tried everything over the past 3 hours and nothing works.
Surely this is THE most basic scenario that should just work, so why isn't it?
How do I get the detail table view to have room at the top for the navigation bar?