I have a UIViewController that has a button which in turn launches another UIViewController in the form of a Popover.
Now on the popover view controller I can perform an action (Add User). How can I notify the parent view controller when dismissing the popover view controller that an action has been performed i.e user added?
Thanks