2

I have a UITabBarController interface with 4 tabs. Each tab has a UINavigationController. How would I return to the topmost UIViewController in each UINavigationController whenever a tab bar button is pressed?

Kampai
  • 22,848
  • 21
  • 95
  • 95
cannyboy
  • 24,180
  • 40
  • 146
  • 252

1 Answers1

4

-popToRootViewControllerAnimated

Aaron Saunders
  • 33,180
  • 5
  • 60
  • 80