MBProgressHUD icon indicating copy to clipboard operation
MBProgressHUD copied to clipboard

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

Open fangtingchao opened this issue 4 years ago • 0 comments

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

fangtingchao avatar Jun 02 '20 07:06 fangtingchao