为什么 MFMailComposeViewController 的“取消”或“发送”按钮不起作用?
我有一个问题...
我创建了一个 MFMailComposeViewController 并且它出现了。
但是,“发送”按钮和“取消”按钮都不起作用。
I have a problem...
I create a MFMailComposeViewController and it shows up.
However, neither the Send nor the Cancel button work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须在您的应用程序中添加此代码,
尝试一下这个代码,它可以正常使用发送和取消按钮。
You have to put on this code in ur application,
Try this one and it works send and cancel buttons properly.
对于 html 文件邮件
for html file mail
今天我发现Swift 3.0为这个问题带来了一个新的函数签名。在此之前,mailComposeController 从未被调用过,并且邮件(尽管确实发送了)只是停留在那里。当我改为下面时,它起作用了。
Today I found Swift 3.0 brings a new function signature to this question. Before this, mailComposeController was never even called, and the mail (although it did send) just stuck there. When I changed to below, it worked.