I am working with the universal apps. Now i want to create a three table views in my view controller for iPAD. I have three separate view controllers with XIB.So how can i a
I just completed a section of my App and I was able to make multiple tableviews in one ipad display.
But the credit goes to another StackOverflow problem resolution team. Reading this I was able to determine the real issue and that gave me the root of the answer. The root cause issue is related to managing the dataSource and delegate of the TableView with a separate controller... You will need to closely read the answer. I did, and my App now works well.
Here is the item: UITableView issue when using separate delegate/dataSource