How to tell dismissModalViewControllerAnimated: occurred
- by iamdadude
I'm presenting a modal view (AddSite) in my RootViewController and in my AddSite Controller I have a method that dismisses the modal view. How can my RootViewController know when AddSiteController called dismissModalViewControllerAnimated and disappeared?