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. <

Cancel Button

send button

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -