Application Design in Interface Builder Challenge
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-06-11T21:50:54Z
Indexed on
2010/06/11
21:52 UTC
Read the original article
Hit count: 233
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.
© Stack Overflow or respective owner