AZTabBarController
AZTabBarController copied to clipboard
how to reset navigation controller to first page after tapping another tab bar item
I have 5 tab bar item, each tab bar button have navigation controller. If I tap in second tab item and push maybe three or four view controller, then I tap another tab item and return two second tab item. Can I reset this navigation controller( second tab item ) to first view controller, or I need to pop view controller manually? Thank you.