如何使用 UIBarButtonItem 发送电子邮件
可能的重复:
如何使用 UIbarbuttonitem 发送电子邮件而不使用 MFMailComposerViewController < /p>
作为如图所示,该应用程序用于在单击发送按钮时发送邮件。
我发现它没有显示 MFMailComposerViewController。
这怎么可能?我如何获得此功能?
Possible Duplicate:
how to send email using UIbarbuttonitem without using MFMailComposerViewController
As shown in the image this app used to send mail on send button's click.
I found that it is not showing MFMailComposerViewController.
How can it be possible? How do I get this functionality?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来你只需要仔细阅读教程即可。
我通过谷歌找到了这个:
iPhone 3.0 教程系列中的新增内容,第 2 部分:在应用程序电子邮件中,MessageUI
是的,它说“iPhone 3.0”,但相同的概念和代码应该在 iOS 5 中完美运行。
Sounds like you just need to read a tutorial carefully.
I found this via Google:
New In iPhone 3.0 Tutorial Series, Part 2: In App Email, MessageUI
Yes, it says "iPhone 3.0" but the same concepts and code should work perfectly fine in iOS 5.