Closed nickbit closed 9 years ago
I may be seeing something similar in version 0.9.1. When I add the progress view using MBProgressHUD.showHUDAddedTo(self.view, animated: false)
and retain the returned reference, calling instance method hide hides the view successfully, but when I call the show instance method, the progress view never shows. I reverted back to version 0.9.0 and it works fine again.
I've opened a separate issue to track as I think it's unrelated... https://github.com/jdg/MBProgressHUD/issues/279
Got the same problem. in 0.9.1 line [self setNeedsDisplay] was removed from method - (void)show:(BOOL)animated ; And smth else was changed. Smth that breaks the functionality.
If you're using showHUDAddedTo...
it's not a bug. See #279.
the "solution" doesn't work for complex work
Hello, it seems that when trying to show the HUD and it is still in the hide process from a previous hide it does not show. Changing the animated parameter to NO, solves this, but apparently not the way it should.