I use a TabBarController to host five NavigationControllers. Let's say the user navigates, on the first NavigationController (ProductListViewController), to a ViewController that is one level in (let's call it DetailViewController for simplicity). When the same user switch to another tab and then comes back to the first tab, he/she is still presented with the DetailViewController. I do understand that that's the preferred way to do things in most cases, but my employer insists on sending the user back to the ProductListViewController instead. I know the user will be sent back to the root of the NavigationViewController if he/she clicks the same tab twice, but that's not good enough.
I have discovered that the ViewControllerSelected event fires whenever the tab is changed, but I have yet to discover how to solve the above problem. Any pointers? Kind regards, Ronny Dahl
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
