I would like to be able to pop multiple views from a UITableViewController stack. For example in the Apple DrillDownSave example, when viewing Level 3 to go back to Level 1 or
What you want is to send popToViewController: animated: to the navigation controller. You can use the navigation controller's viewControllers property to figure out which view controller it is that you want to pop to.