How to tell dismissModalViewControllerAnimated: occurred

Posted by iamdadude on Stack Overflow See other posts from Stack Overflow or by iamdadude
Published on 2010-04-19T03:01:01Z Indexed on 2010/04/19 3:03 UTC
Read the original article Hit count: 377

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about ipad-sdk