Matej Bukovinski

Results 39 comments of Matej Bukovinski

The whileExecuting API is no longer available. You should use a more recent version of the class.

This has no information on the actual crash.

Can you avoid calling hide twice? It will still work, just result in the HUD disappearing immediately instead of animating. To me it sounds like the caller would need to...

I guess https://github.com/jdg/MBProgressHUD/pull/89 is relevant here.

Ah, you're referring to `hideHUDForView:animated:`.

When you reload the cels they are probably reused, which might cause unwanted side effects. The solution might be to hide the HUD in `prepareForReuse` and then configure it again....

Hm.. I wonder if there's a better solution for this. This code path is not even needed on iOS most of the time, however there seems to be an exception...

I hope dc534dcb31a81e952b9d29de2189af3a56da91c6 makes things a bit better.

We still do a runtime check, so the `[UIApplication sharedApplication]` call won't actually be performed in your case. However we'd need to do some obfuscation here to silence the compiler....