I\'m using multiple screens in my app. I wrote code for the moving from the first screen to the second screen, the second screen to the third screen, and so on up to the fif
if you use a UINavigationController
[self.navigationController popToRootViewControllerAnimated:YES