I\'m creating an app for iPad, and because of their size decided to do something a little different. I\'m creating something like this:
I am using two UITableVi
Just add two Containers to your View Controller and drag from the container view to your desired Table View Controller and click embed. Then you'll need to make two separate UITableViewController Cocoa files and assign them to the table view in your Identity Inspector.
In this picture I've already attached the container on the left to my Table View Controller on the left.