I have a tab bar application with a navigation controller and view controllers inside it. This is how it's laid out.
Tab Bar 1
- Navigation Controller
-- Root View Controller
-- Other view controller
Tab Bar 2
- Navigation Controller
-- Root View Controller
What I want to do is when I navigate to the Other view controller in Tab Bar 1, then I switch to Tab Bar 2, I want the Tab Bar 1 to return to its Root View Controller.
The behavior I'm looking for is similar to the iPod App. Any help is appreciated. Thanks!