views:

24

answers:

0

I want to design an app that launches other sub-apps.

Main View will contain 4 buttons. Clicking on each button respectively will launch the other sub-apps.

Each sub-app will have a UITabBarController which has its own different views. At any point I want the user to be able to go back to the Main View from any of the sub-apps.

I am not sure how to design this in IB.