jdg / MBProgressHUD

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

How to set MBProgressHUD IOS 13 Indeterminate backColor #598

Open wtg934614282 opened 4 years ago

wtg934614282 commented 4 years ago

how to Change background color ?

klausxie commented 4 years ago

This is my solution:

hud.bezelView.color = RGBA(16, 16, 16, 0.8);
hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;