jdg / MBProgressHUD

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

Bug with bezel color in iOS 17 #650

Closed albertB4work closed 8 months ago

albertB4work commented 8 months ago

I'm setting with code

hud.bezelView.color = .clear
hud.bezelView.style = .solidColor
hud.isSquare = true
hud.mode = .customView
hud.removeFromSuperViewOnHide = true
hud.customView = spinner

but in this video you see clearly that the background view where the RTSpinner is being added is not clear, is light grey, what do I must change?

[

https://github.com/jdg/MBProgressHUD/assets/156801625/baf9a314-edf6-40c1-bbe4-c1146d0fb92b

Investigating i see that is the first subview of the first subview of MBBackgroundView, there is a public method to set the color of that view?