If I have a tableview that has say 3 levels that the user can drill down, when the user selects the last cell are you able to send them back to the main view controller not just the level above the one you are on now?
first table
--- second table
-------third table ---->cell selection takes you back to the first table to populate fields?
Assuming you have a navigation controller to “drill down” and that your table is in the root view controller, how about UINavigationController’s
popToRootViewControllerAnimatedmethod?