How would I implement what is a Master-Detail View with another Detail view after?
So essentially a Master view with a TableView, Detail view with a Table View and then another Detail view with all the information. So you can select an item in the Master View which loads a TableView of items and then each item in that Detail view has its own details.
Basically a list of lists with details for sub-list's items.
Main Menu (multiple items within this list) -items (multiple items within this list) --details (details for each item in the list.