I'd like to have the table in the left half of the UISplitViewController to switch from one type of table to another type of table.
This is sort of like the thread "
UISplitViewController That is Not RootViewController" but I don't mind if the RootViewController stays around and I have to use a subview.
I just don't want to get too hacky - I just want to drill down within one table - into a sub-table associated with an item in the parent table (like going from a table of albums to a table of songs for the selected album) and maybe switch the table to another table (like switching from a table of artists to a table of albums).
Does anyone know how to do that?
Thanks!