Load tab view from table view
Hello,
I can find plenty of references how to load a table controller in a tab view, but I want to do it the other way around.
I want to start off with a list of customers. Tap on the customer and it opens a tab view of that customer.
1st tab is the customer details.
2nd tab is another table view. That table view will lead to more details on the items in the table view.
I cannot work this one out. It must be something simple that I am missing.
It seems sensible to start with a basic navigation based view controller and then to load the tab view controller. I cannot get this to work.
Does anyone have a decent code sample of getting this to work.
|