【问题标题】:how to send email using UIbarbuttonitem without using MFMailComposerViewController如何在不使用 MFMailComposerViewController 的情况下使用 UIbarbuttonitem 发送电子邮件
【发布时间】:2011-11-22 06:59:42
【问题描述】:

我想在不使用 MFMailComposerViewController 的情况下使用 rightBarButtonItem 发送电子邮件。 是否可以使用 barButtonItem 发送电子邮件?

知道怎么做吗?

提前感谢。

【问题讨论】:

    标签: iphone xcode email uibarbuttonitem mfmailcomposeviewcontroller


    【解决方案1】:

    您可以在此处找到关于已接受答案的精彩代码示例以发送后台电子邮件:

    Locking the Fields in MFMailComposeViewController

    您需要做的就是设置 rightBarButtonItem 的目标以触发包含此电子邮件代码的方法,然后使用您要发送的信息填充消息内容等。

    希望这会有所帮助!

    【讨论】:

      【解决方案2】:

      为右栏按钮项设置一个动作方法,这样就可以直接调用打开邮件客户端并撰写邮件了。

      [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"mailto://testmailer@somemail.com"]];
      

      这只是一个快速修复,或者可能是您正在寻找的东西!

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2014-10-13
        • 1970-01-01
        • 2014-01-01
        • 1970-01-01
        • 2021-05-19
        • 2012-12-25
        • 2021-12-22
        相关资源
        最近更新 更多