MBProgressHUD(mode == MBProgressHUDModeIndeterminate) was added in one
of tableView’s cell, and when the tableView called reload,the
UIActivityIndicatorView will stop anitimaion.
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.
MBProgressHUD(mode == MBProgressHUDModeIndeterminate) was added in one of tableView’s cell, and when the tableView called reload,the UIActivityIndicatorView will stop anitimaion.