I have a UITabBar Controller that has a UINavigation for each of the UITabBaritems. The problem is that if you drill down in a navigation then press the UITabBaritem you are currently in it goes to the first view that has been pushed on the stack.
My question is how would i change it so that this feature is disabled or changed to the 2nd viewcontroller on the UINavigation stack.
Thanks in advance :)