I'm trying to create an iPad view with effectively 2 views. The left side view will be a menu/login area, the right side view will be for the content depending on which menu item is selected on the left.
I have added 2 Container Views and I have no trouble with creating the left side menu. However, I am having trouble telling the right side to switch between view controllers. How do you assign a UIViewController to a container view? I need to be able to switch out the right side with different view controllers when menu items are chosen.
Is this even possible? I don't want to use the Split View Controller as the right side is a UITable and I don't want a UITable.
If I'm not on the right track, can someone point me in the right direction?
Many thanks in advance.