A little bit more complicated multiview App for Iphone

Posted by Thomas Losert on Stack Overflow See other posts from Stack Overflow or by Thomas Losert
Published on 2010-05-09T08:00:33Z Indexed on 2010/05/09 8:08 UTC
Read the original article Hit count: 272

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:).

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about multiview