1.显示HUD
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.labelText = @"哥正在加载中...";
hud.dimBackground = YES;
2.移除hud
[MBProgressHUD hideAllHUDsForView:self.view animated:YES];
1.显示HUD
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.labelText = @"哥正在加载中...";
hud.dimBackground = YES;
2.移除hud
[MBProgressHUD hideAllHUDsForView:self.view animated:YES];