Skip to content
New issue

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

graceTime和- (void)hideAnimated:(BOOL)animated afterDelay:(NSTimeInterval)delay 冲突。 #605

Open
fangtingchao opened this issue Jun 2, 2020 · 0 comments · May be fixed by #630
Open

Comments

@fangtingchao
Copy link

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

dagundejuzi added a commit to dagundejuzi/MBProgressHUD that referenced this issue Dec 23, 2021
change: fix jdg#605
add: modified grace time to 0 and show again
@dagundejuzi dagundejuzi linked a pull request Dec 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant