i'm pretty sure this is a common situation: you use one view to display data, and you open a modal view to allow the user edit the data. i can think of a few ways to communicate the fresh data back to the original view (view controller) once the editing is done; i was just curious which one do you use (if any).