Action sheet doesn't display when the MFMailComposeViewController's cancel button is tapped

后端 未结 6 1029
醉话见心
醉话见心 2020-12-10 19:35

I\'m trying to incorporate MFMailComposeViewController in my app. When I present it modally, the send button works fine and the email is sent, which implies tha

6条回答
  •  情歌与酒
    2020-12-10 20:07

    I have implemented the same code . It works absolutely fine. When you click on the delete draft button,didFinishWithResult method is called and the mail is cancelled.

提交回复
热议问题