Closed dev4dev closed 9 years ago
If you call [MMProgressHUD dismissWithSuccess:@"Complete"]; method before any show method like [MMProgressHUD showWithStatus:@"Loading..."]; it will show checkmark image instead of loading spinner animation when you show hud next time
[MMProgressHUD dismissWithSuccess:@"Complete"];
[MMProgressHUD showWithStatus:@"Loading..."];
+1
yeah,i got the same problem.waiting for fixing
This might be fixed in 0.3.0. Please try and reopen if the issue still persists.
If you call
[MMProgressHUD dismissWithSuccess:@"Complete"];
method before any show method like[MMProgressHUD showWithStatus:@"Loading..."];
it will show checkmark image instead of loading spinner animation when you show hud next time