ProgressHUD icon indicating copy to clipboard operation
ProgressHUD copied to clipboard

Does this HUD support `.clear` background color?

Open leson1106 opened this issue 2 years ago • 2 comments

I figured out these properties didn't work when setting UIColor.clear. It's still showing a black background color. Are there any changes to make it transparent?

ProgressHUD.colorBackground = .clear
ProgressHUD.colorHUD = .clear

Simulator Screenshot - iPhone 15 Pro - 2023-12-13 at 19 19 09

leson1106 avatar Dec 13 '23 12:12 leson1106

Use animate(_:interaction:) interaction parameter value false then colorBackground will be changed

gaeng2y avatar Dec 11 '24 06:12 gaeng2y

this properties didn't work when setting UIColor.clearProgressHUD.colorHUD = .clear

XinYangLK avatar Dec 18 '24 08:12 XinYangLK