views:

55

answers:

0

Heya

I'm having a problem with navigation logic in my iPhone app and was wondering if you could help?

When the app first starts it loads a UITabBarController with 2 options : Load, and Create. Whichever of the two options is chosen loads a view into that tab with the appropriate information. From here however, when the users either selects the item to load, or creates a new item, I want the tabs to disappear and a new tab system to be loaded. The tab controller is in the app delegate. Is there an easy way to replace this and get what I want or some other, better way of doing things? I'm new to iPhone dev.

Thanks very much