I'm displaying some views,webVies and while they are loading i display an ProgressHud with waiting message. I'm using an instance of that object :
MBProgressHUD * progrssHUD
Using the show
and hide
methods to control over loading windows. In some views i would like to add view only after the hide
method is turned on - meaning no window displayed now.
How can i check from any interface what is that status of MBProgressHUD
and only after status X to do something?