We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:view]; HUD.removeFromSuperViewOnHide = YES; HUD.graceTime = 0.25; [view addSubview:HUD]; [HUD showAnimated:YES]; [HUD hideAnimated:YES afterDelay:3];
当设置了graceTime,延迟隐藏hud失效。 MBProgressHud版本号:1.1.0
The text was updated successfully, but these errors were encountered:
fix jdg#605
3c71d0c
change: fix jdg#605 add: modified grace time to 0 and show again
Successfully merging a pull request may close this issue.
MBProgressHUD *HUD = [[MBProgressHUD alloc] initWithView:view]; HUD.removeFromSuperViewOnHide = YES;
HUD.graceTime = 0.25;
[view addSubview:HUD];
[HUD showAnimated:YES];
[HUD hideAnimated:YES afterDelay:3];
当设置了graceTime,延迟隐藏hud失效。
MBProgressHud版本号:1.1.0
The text was updated successfully, but these errors were encountered: