Minitour / AZTabBarController

A custom tab bar controller for iOS written in Swift 4.2
MIT License
348 stars 65 forks source link

how to reset navigation controller to first page after tapping another tab bar item #69

Open frank61003 opened 4 years ago

frank61003 commented 4 years ago

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.