ProgressHUD
ProgressHUD copied to clipboard
UserInteraction_Enabled
How does blocking user interaction in ProgressHUD
@piyushpatil in your AppDelegate, you could set all the hud settings. Like this in particular: user interaction, like so:
ProgressHUD.allowInteraction = false
Requesting to close this, @relatedcode