gpt4 book ai didi

iphone - MFMailComposeViewController 的发送和取消按钮未出现

转载 作者:行者123 更新时间:2023-12-03 19:13:48 24 4
gpt4 key购买 nike

由于某种原因,发送和取消按钮没有出现,我什至在应用程序启动时将以下代码粘贴到 appdelegate 中的应用程序开头,但仍然无法正常工作。有谁可以帮忙吗,谢谢

mailController = [[MFMailComposeViewController alloc] init];
mailController.mailComposeDelegate = self;
[mailController setToRecipients:[strToEmailAddresses componentsSeparatedByString:@","]];
[mailController setSubject:@"An Invite from MyGuide"];
[mailController setMessageBody:@"Join me and your other friends now for free." isHTML:NO];

if(mailController == nil)
NSLog(@"Nil");
else
[self presentModalViewController:mailController animated:YES];

最佳答案

我自己偶然发现了这个问题,对我来说答案是按钮有白色色调(因为我的应用程序有白色色调),这使得它们在导航栏背景中不可见!所以它们确实在那里,但颜色使它们看不见。如果这也是您的问题,则当 MailComposer 被插入堆栈时,您需要临时将导航栏的 TintColor 设置为其他值。

关于iphone - MFMailComposeViewController 的发送和取消按钮未出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10303000/

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