I think the problem is that it was running this on a thread receiving the web results, which isn't the main thread. As we all know, GUI ops can't be done on a non-main thread.
SVProgressHUD doesn't care. MBProgressHUD does, and is a little more flexible. We'll switch to that, since it's just 2 files.
I think the problem is that it was running this on a thread receiving the web results, which isn't the main thread. As we all know, GUI ops can't be done on a non-main thread.
SVProgressHUD doesn't care. MBProgressHUD does, and is a little more flexible. We'll switch to that, since it's just 2 files.