In the master-detail application template for iPad in XCode 4.3, the master view (side pane navigation menu) extends a UITableViewController. I instead want it extend a UIViewController and make use of UIView & a UITableView to show the master table (here's why!).
The problem I am facing is that I can't drag & drop a View object onto MasterViewController class (which extends UIViewController). Can't this be done using the interface builder? The best I have been able to do is drag/drop the UIView at same level of MasterViewController not inside it. Am I missing something here?