I have a UITableViewController that when a cell is pressed, I want the controller to pop itself, and then have the controller it pop\'s to, push another view controller onto the
Don't pop it from the top level controller. Call the delegate method that will pop the view off the navigation controller and then push a new one on.