iphone - Is there a delegate in the parent view controller that gets called after a modal view gets dismissed? -


after modal view controller dismissed, there delegate method called bring parent view controller front?

i ended using delegation apple's view controller programming guide ios :

http://developer.apple.com/library/ios/#featuredarticles/viewcontrollerpgforiphoneos/modalviewcontrollers/modalviewcontrollers.html#//apple_ref/doc/uid/tp40007457-ch111-sw14

when comes time dismiss modal view controller, preferred approach let parent view controller dismissing. in other words, same view controller presented modal view controller should take responsibility dismissing whenever possible. although there several techniques notifying parent view controller should dismiss modally presented child, preferred technique delegation.

there example in coredatarecepies sample code when adding recipe fit trying do.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -