Closed swsdyg closed 8 years ago
Does this fix your issue? https://github.com/jdg/MBProgressHUD/pull/349
I change the code '(self.hasFinished) ' to (!(self.hasFinished) ),and it is ok. Did I use this property in the wrong way? The follow is my code MBProgressHUD *hud = [[MBProgressHUD alloc] initWithView:self.navigationController.view]; [self.view addSubview:hud]; hud.graceTime = .5f; [hud showAnimated:YES];
when i use graceTime,the hud does not show forever,is there some wrong with the handleGraceTimer: