我在iphone应用程序中使用MFMailComposeViewController,它工作正常。
当我按下“取消”按钮时,会出现一个带有“删除草稿”(红色),“保存草稿”(白色)和“取消”(黑色)选项的操作表。
我有两个问题:
答案 0 :(得分:0)
这不可行,因为它的功能是默认的MFMailCompose类。所以你不能改变它。
您只能更改导航栏和按钮色调
MFMailComposeViewController *controller = [[MFMailComposeViewController alloc] init];
[[controller navigationBar] setTintColor:[UIColor colorWithRed:0.36 green:0.09 blue:0.39 alpha:1.00]];