A little bit more complicated multiview App for Iphone
- by Thomas Losert
Hi,
i'm new to iphone development. I spend several days by looking for how write muliview app for an Iphone OS. I found how to switch the diferent views without navigation hierarchy (in this article). It's great, but i want more complicated function.
For example, i have three diferent views (view 1 - 3) and i can switch between them with technique from link 1. It works fine.
My question is:
How can i put UITabBarController on view 2, that shows own subviews (tabView 1 - 3) and how put UINavigationController on view 3, that shows own subviews (navView 1 - 2)?
The reslut should look like that, one main view (view 1) with two buttons (for example), which switch me to "window" with UiTabBarController or UINavigationController.
I found only tutorials, where UITabBarController was a first controller class, that shows directly from AppDelegate (something like default Xcode predefined scenarios).
Thanks for your helpfull answer, or i will be crazy soon:).