开发者

Does anyone know how message.framework and mime.framework?

开发者 https://www.devze.com 2023-02-10 10:38 出处:网络
I need for my iPad app, that will not be send to AppStore because it is only for personal use, these private frameworks for send an email with inline image (image inside of my app that I 开发者_StackO

I need for my iPad app, that will not be send to AppStore because it is only for personal use, these private frameworks for send an email with inline image (image inside of my app that I 开发者_StackOverflow中文版can't upload to a server). I was able to successfully import them but now I really don't know how to use them. My big problem is how to connect message to my MFMailComposeViewController? Thanks in advance


You don't need to use private frameworks to attach an image to an email. MFMailComposeViewController has the -addAttachmentData:mimeType:fileName: method which will allow you to attach an image or any other file.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号