Open Idomo opened 6 years ago
When the app go to the background while the MBProgressHUD is running, it's not hiding when the app comes back to the foreground although the process has been finished and called hide() method in it's callback completion block.
MBProgressHUD
hide()
I have same question on you
@jdg
The same situation for me :(
When the app go to the background while the
MBProgressHUD
is running, it's not hiding when the app comes back to the foreground although the process has been finished and calledhide()
method in it's callback completion block.