Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个邮件客户端应用程序。用于允许您附加文件的 ipad。目前本机 mail.app 不支持此功能
我检查了一些应用程序,例如 good reader 和 pdf reader lite,它们允许您在电子邮件中发送一个文件。他们将 pdf 文件嵌入到电子邮件正文中。
所以我的问题是,他们是怎么做到的。
他们是在使用任何类型的 API(哪一个),还是在 HTML 中嵌入了 pdf?
谢谢。
http://developer.apple.com/library/ios/#documentation/MessageUI/Reference/MFMailComposeViewController_class/Reference/Reference.html
您正在寻找的方法是addAttachmentData:
addAttachmentData: