私のコード:
ダイアログボックスを開く
- (void)viewDidLoad
{
//Start
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.labelText = @"loading...";
}
私は使用していますが、ダイアログボックスをクリックして閉じMBProgress
HUD
たいのですが、閉じる
をクリックしてダイアログボックスを閉じる方法は?