ProgressHUD
ProgressHUD copied to clipboard
Does this HUD support `.clear` background color?
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
Use animate(_:interaction:) interaction parameter value false then colorBackground will be changed
this properties didn't work when setting UIColor.clearProgressHUD.colorHUD = .clear