I'm using SVProgressHUD 1.0 in my iOS 7 project as follows:
[SVProgressHUD showWithMaskType:SVProgressHUDMaskTypeBlack];
and I'm getting a white HUD with a blue circular arrow (like the 3rd one in the image below--"loading"), and no background dimming. What I would like is a HUD like the first one in this image:
and have the background dim while it's up. If I switch to version 0.9 I get the dimming, but the HUD is obviously the translucent black type.
How do I get the HUD I'm looking for, with dimming? (Is it possible to change the style at call time?)
Thanks!