【发布时间】:2014-05-13 02:00:02
【问题描述】:
我正在使用 UIDocumentInteractionController。当用户选择“邮件”选项时,我想在 MFMailComposeViewController 中预先填写一些电子邮件。这可能吗?如果可以,怎么办?我尝试覆盖 presentViewController:animate:completion 以查看 MFMailComposeViewController 是否也从与 UIDocumentInteractionController 呈现的同一 viewController 呈现;那没有用。简而言之,我需要获取对 MFMailComposeViewController 实例的引用,当用户从选项菜单中选择“邮件”时会显示该实例。
【问题讨论】:
标签: objective-c email reference mfmailcomposeviewcontroller uidocumentinteraction