Return to top of UINavigationController stack when clicking a tab?

I have a UITabBarController interface with 4 tabs. Each tab has a UINavigationController . How can I return to the top UIViewController in each UINavigationController when I click the tab bar button?

+2
source share

Source: https://habr.com/ru/post/1389404/


All Articles