The following is a neat little trick to reset your navigation controller when it is integrated with UITabBarController.
The following code will pop the navigation controller up when the user clicks on your tab bar item. I’ll begin by showing a bit of code that needs to take place. It’s going to be a quick overview of this to focus on the main function to reset the navigation controller. (more…)