We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4314024 commit 9baad08Copy full SHA for 9baad08
WSProgressHUD/WSProgressHUD.m
@@ -916,7 +916,6 @@ - (void)startIndicatorAnimation: (BOOL)start
916
[self startSecondProrityIndicatorAnimation:start];
917
} else {
918
self.indicatorView.activityIndicatorViewStyle = UIActivityIndicatorViewStyleWhiteLarge;
919
-// self.indicatorView.color = [UIColor lightGrayColor];
920
self.indefiniteAnimationView.hidden = YES;
921
self.spinnerView.hidden = YES;
922
if (start) {
0 commit comments