Sunday, 29 September 2013

Set a delegate on MFMessageCompose and MFMailCompose viewControllers

Set a delegate on MFMessageCompose and MFMailCompose viewControllers

How to set a delegate on MFMessageComposeViewController and
MFMailComposeViewController if they are started from
UIActivityViewController?
Case scenario: I share something and I add items to
UIActivityViewController, user clicks mail or sms to share and I want to
capture the didFinishWithResult method from
MFMessageComposeViewControllerDelegate and
MFMailComposeViewControllerDelegate.
Thank you.

No comments:

Post a Comment