When you have a UINavigationController
integrated into one of the Tabs of a UITabBarController
, the UITabBarController
remembers where the user was last time the tab was used. Is it possible to have the UITabBarController forget and always start the tab as if it was the first time?
f.e. structure is a follows
- Tab1
- View1
- View2
- Tab2
- View1
The user starts at Tab1/View1, then he navigates to Tab1/View2. He changes to Tab2/View1 and then presses Tab1:
- Current behavior: he appears at Tab1/View2
- Wanted behaviour: he appears at Tab1/View1