ios - Transparent buttons in UIMailComposeViewController -
I really have the opposite problem and StackOverflow question is both on my example of 'Cancel' and 'Send' button on the MFMailComposeViewController Are transparent. I've attached screenshots to show it. <
When I set an example of MFMailComposeViewController, I have a system Changing the color from is no code is wrong. How do I make sure that these buttons are the system default colors?
As @coremailer suggested, the attendance options were being set elsewhere in my app. The solution to override these options was to include the following method in that method where the example of MFMailComposeViewController was started:
mailComposer.navigationBar.txtColor = [UIColor blackColor];
Comments
Post a Comment