views:

151

answers:

0

The attached code is a tabBar-based app with 3 tabs. It will help explain WTF I'm talking about. :-) http://www.4shared.com/file/213236157/ca831d43/TabBarPop.html

The 1st tab is an embedded NavigationController with 6 views. Upon drilldown, the tab bar is hidden. With a button action in the 6th view, it's suppose to pop to the rootview and display the tab bar. It's only half right; it pops to the root view but no tab bar. Then there's the 2nd Tab.

The 2nd tab is a series of viewControllers with 3 views. Same basic concept as the 1st tab but no navigation. The 3rd view calls a delegate method to get back to the rootview and it works UNTIL you try to drilldown again. This throws an exception.

Any ideas on either how to display the tabbar after the popToRootViewController method is called; or how to keep the 2ndTab process from crashing?

Thanks for any help.