Closed ChuchukaloSergey closed 6 years ago
try
self.hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;
self.hud.bezelView.backgroundColor = [UIColor clearColor];
self.hud.label.textColor = [UIColor clearColor];
self.hud.backgroundColor = [UIColor clearColor];
if you want to set clearColor,must set MBProgressHUDBackgroundStyleSolidColor
style.
try
self.hud.bezelView.color = [UIColor clearColor];
self.hud.bezelView.style = MBProgressHUDBackgroundStyleSolidColor;
@winterWD ,there is good.thx
screenshot why you deprecated the opportunity to set BG in clearColor ?