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 UITableView in a UIView. I need to display data 'product categories' in the first TableView and 'products' in the second TableView.
The problem is display data in two tables with direferentes contents. Another detail: When a category is selected, the table 'product' is recharged with other data of other products.
My question is: How can I display data in two different TableView in the same View?