如何为MFMailComposeViewController更改toRecipients颜色

时间:2014-08-07 10:57:07

标签: ios ios7 mfmailcomposeviewcontroller

我在我的应用中使用MFMailComposeViewController。我想改变toRecipients的颜色

我的代码:

MFMailComposeViewController *mailPicker = [[MFMailComposeViewController alloc] init];
NSArray *toRecipients = [NSArray arrayWithObject: info.mail];
[mailPicker setToRecipients: toRecipients];

是否可以更改toRecipients的颜色?如果有可能,我该怎么做?

先谢谢

0 个答案:

没有答案