Since I upgraded to iOS 7 the background of the loading box is no longer showing. See screenshot:
I added the library using Cocoapods and am on version 1.0
My .m file has the following:
- (void)viewDidLoad{
[super viewDidLoad];
[SVProgressHUD showWithStatus:@"Logging in..." maskType: SVProgressHUDMaskTypeBlack];
}