在MFMailComposeViewController(iOS)中居图片

时间:2011-11-28 04:14:55

标签: ios xcode image mfmailcomposeviewcontroller centering

将图像附加到XCode中的MFMailComposeViewController时,是否可以将图像居中?这是我正在使用的代码:

NSString *path = [[NSBundle mainBundle] pathForResource:@"millersicon" ofType:@"png"];
NSData *myData = [NSData dataWithContentsOfFile:path];
[picker addAttachmentData:myData mimeType:@"image/png" fileName:@"millersicon"];

当邮件应用程序启动时,它会将图像放在电子邮件中,但它会保持对齐状态。有没有办法集中它?我找不到任何关于它的信息。感谢。

0 个答案:

没有答案