I work with universal applications. Now I want to create three kinds of tables in my view controller for iPAD. I have three separate view controllers with XIB.So, how can I add two other table views as a subview in the main controllers. Please give me some examples of applications and links. In my application, I have three view controllers and adding a subview as a table (not a UITableViewController). When you click on the first data of the table view, it goes to the second table and clicks the data of the second table view, then goes to the third view of the table.
Hierarchy: MainViewController: --SubTableView1 --SubTableView2
See image below. 
Please help me.
Thanks!!
uitableview uiviewcontroller ipad
Pugal
source share