MBProgressHUD icon indicating copy to clipboard operation
MBProgressHUD copied to clipboard

How to set MBProgressHUD IOS 13 Indeterminate backColor

Open wtg934614282 opened this issue 4 years ago • 2 comments

wtg934614282 avatar Apr 10 '20 07:04 wtg934614282

how to Change background color ?

wtg934614282 avatar Apr 10 '20 07:04 wtg934614282

This is my solution:

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

klausxie avatar May 21 '20 02:05 klausxie