gpt4 book ai didi

iphone - 将图像添加到邮件时出错 - MFMailComposeViewController

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:16:07 26 4
gpt4 key购买 nike

我正在尝试使用 MFMailComposeViewController 发送我已添加到我的项目中的图像。

我在模拟器中试过了,它工作正常,我也可以在文本字段中看到图像,但是当我尝试发送邮件时,我在控制台上收到以下错误:

Feb 10 16:22:02 markuss-macbook-pro.speedport.ip RMC Konus[1825] : CGImageCreate: invalid image size: 0 x 0.

我的代码:

//Get the Image
UIImage *image = [UIImage imageNamed:@"image.png"];

NSData *imageData = UIImagePNGRepresentation(image);

//Create the Mail View
MFMailComposeViewController *mailCV = [[MFMailComposeViewController alloc] init];

[mailCV setMailComposeDelegate:self];



[mailCV addAttachmentData:imageData mimeType:@"image/png" fileName:@"exGraphic.png"];

//Show the View Controller
[self presentViewController:mailCV animated:YES completion:nil];

最佳答案

问题只出现在模拟器中。我在许多不同的设备上检查了这些代码,它仍然可以正常工作。所以我会说,这是模拟器的问题......

关于iphone - 将图像添加到邮件时出错 - MFMailComposeViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14799908/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com