jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

MBProgressHUD IOS 13 Indeterminate Color #595

Closed wujunyang closed 4 years ago

wujunyang commented 4 years ago

MBProgressHUD in IOS 13 Changing Indeterminate color has no effect ;It works normally in other system versions

[UIActivityIndicatorView appearanceWhenContainedInInstancesOfClasses:@[[MBProgressHUD class]]].color = [UIColor redColor];

zenglk commented 4 years ago

you can set contentColor to resolve

wtg934614282 commented 4 years ago

How to set MBProgressHUD IOS 13 Indeterminate backColor

wujunyang commented 4 years ago

@wtg934614282

NameIsFGJ commented 4 years ago

you can set this : hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;

wtg934614282 commented 4 years ago

ok,thanks

------------------ Original ------------------ From: NameIsFGJ <notifications@github.com> Date: Fri,Oct 30,2020 5:44 PM To: jdg/MBProgressHUD <MBProgressHUD@noreply.github.com> Cc: wtg934614282 <934614282@qq.com>, Mention <mention@noreply.github.com> Subject: Re: [jdg/MBProgressHUD] MBProgressHUD IOS 13 Indeterminate Color (#595)

you can set this : hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.