Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any ways to set the message colour ? #5

Open
JoneRen opened this issue Sep 18, 2016 · 0 comments
Open

any ways to set the message colour ? #5

JoneRen opened this issue Sep 18, 2016 · 0 comments

Comments

@JoneRen
Copy link

JoneRen commented Sep 18, 2016

Is there any ways to set the message colour, when I use the dark mode, the message is also the black colour on ios 9, and it's able to change the button colours but no ways to set the message colour ? and also try every style all the message color is black in alter view.
970035af-7b95-4be4-adc2-78ec03f6b857

my codes:
[UIAlertController mz_applyCustomStyleForAlertControllerClass:[UIAlertController class]];
MZAlertControllerStyle *defaultStyle = [UIAlertController mz_sharedStyle];
defaultStyle.blurEffectStyle = UIBlurEffectStyleDark;
defaultStyle.backgroundColor = RF_WHITE_COLOR;
defaultStyle.defaultButtonColor = RF_WHITE_COLOR;
defaultStyle.destructiveButtonColor = RF_WHITE_COLOR;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant