how to send email using UIbarbuttonitem without using MFMailComposerViewController

后端 未结 2 500
我寻月下人不归
我寻月下人不归 2021-01-25 20:18

I want to send email using rightBarButtonItem without using MFMailComposerViewController. Is It possible to send email using barButtonItem?

Any Idea how to do this?

2条回答
  •  孤街浪徒
    2021-01-25 20:23

    You'll find a fantastic code sample on the accepted answer here to send a background email:

    Locking the Fields in MFMailComposeViewController

    All you need to do is setup your rightBarButtonItem's target to fire a method containing this email code, and then populate the message contents etc using the information you want to send.

    Hope this helps!

提交回复
热议问题