jdg / MBProgressHUD

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

The subclasses of MBProgressHUD can't hide #559

Closed daishuyi closed 4 years ago

daishuyi commented 5 years ago

NXProgressHUD extends MBProgressHUD, NXProgressHUD hide the MBProgressHUD Object,can't hide.
The reson:

matej commented 5 years ago

How is this method called? I guess it's called via +[NXProgressHUD HUDForView:], but the actual object is just a MBProgressHUD and not a NXProgressHUD instance. In so far the behavior you describe makes sense.