MFMailComposeViewController 并取消“保存”行动表?
我在我的 iPhone 应用程序中使用 MFMailComposeViewController 。我注意到,如果我在正文中输入任何文本,然后按取消按钮,系统会提示我一个操作表,其中包含保存/不保存未发送消息的选项。我有两个问题:
我可以以编程方式阻止“保存/不保存操作表”的出现吗?MFMailComposeViewControllerDelegate 似乎没有任何类似内容
如果我保存,邮件保存到哪里?我查看了我的邮件帐户,没有看到任何“草稿”文件夹中保存有任何内容。
i am using MFMailComposeViewController inside my iphone app. I notice that if i enter any text in the body and then press the cancel button, i am prompted with an action sheet with an option to save/don't save the unsent message. I have two questions:
can I programmatically prevent the "save/don't save action sheet from appearing? MFMailComposeViewControllerDelegate doesn't appear to have anything along those lines
if i do save, where is the mail saved to? i looked in my mail accounts and didn't see anything saved in any of the "draft" folders.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)