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 :
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
Post a Comment