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];
私の知る限り、複数の添付ファイルで機能します。