jdg / MBProgressHUD

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

Strange circle at bottom in HUD #560

Closed ibhavin closed 5 years ago

ibhavin commented 5 years ago
let hud = MBProgressHUD.showAdded(to: self.view, animated: true)
hud.label.text = "Loading..."

This circle appear sometime not everytime.

img_0594 2

ibhavin commented 5 years ago

To hide above button shown in image:

let hud = MBProgressHUD.showAdded(to: self.view, animated: true)
hud.label.text = "Loading..."
hud.button.isHidden = true