I am building an iOS application that is using the Master-Detail template. What I need however, is to have an empty canvas on my initial screen, and have a detailViewController that does have a table view (i.e. switch the two views).
I am planning to place buttons on the main screen, one of which will in turn take me to the detailViewController that will have the table view. I would prefer to do this programmatically vs storyboard because I have already started working on this project.
I think you will have to move it — you want master view controller to be a UIViewController instead of a UITableViewController, correct? It doesn’t sound like you’re that far into this project. You should just start over with the correct structure.