我的代码:
打开对话框
- (void)viewDidLoad
{
//Start
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.labelText = @"loading...";
}
我正在使用MBProgress
HUD
但我想对话框单击关闭
如何关闭对话框以单击关闭?
我的代码:
打开对话框
- (void)viewDidLoad
{
//Start
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
hud.labelText = @"loading...";
}
我正在使用MBProgress
HUD
但我想对话框单击关闭
如何关闭对话框以单击关闭?