jdg / MBProgressHUD

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

Fix UIActivityIndicatorView stop animation when tableView reload #295

Closed ronghaopger closed 8 years ago

ronghaopger commented 9 years ago

MBProgressHUD(mode == MBProgressHUDModeIndeterminate) was added in one of tableView’s cell, and when the tableView called reload,the UIActivityIndicatorView will stop anitimaion.

matej commented 8 years ago

So you're reusing the HUD and calling showUsingAnimation: again on the same instance? We need a test for this. Seems like updateIndicators would be a better place to fix this.

matej commented 8 years ago

This should be fixed now.