How can I build an app with multiple types of controllers?
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-05-26T04:29:43Z
Indexed on
2010/05/26
4:31 UTC
Read the original article
Hit count: 233
How can I accomplish the following:
- When my app loads a UIView will show 4 buttons
- Clicking on a button will load a UITabBarController (not a UIView with a UITabBar) that can display multiple views.
This seems challenging to me, because in order for me to use the UITabBarController I need to add this to the window's subview in my appDelegate. By doing so, my app automatically will load with the UITabbarController in the root view.
© Stack Overflow or respective owner