I have a core data iPhone application.
I have two views on a navigation controller (view A = root, view B = child).
I would like to tell view A to update it's tableView when view B is popped off the navigation controller (i.e. when the user presses the 'back' button). What method is called when this occurs? Do I need to setup some sort of protocol or notification?
Thanks,