Application Design in Interface Builder Challenge
- by Sheehan Alam
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.