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.
是否可以使用 MessageUI (mfmailcomposeviewcontroller) 将多个文件附加到电子邮件中?
谢谢你。
当然;
[myMailComposeViewController addAttachmentData:myData mimeType:myMime fileName:myFileName];
将适用于多个附件AFAIK。