We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f760c54 commit bbc0b65Copy full SHA for bbc0b65
1 file changed
WSProgressHUD/WSProgressHUD.m
@@ -981,7 +981,7 @@ - (void)drawRect:(CGRect)rect
981
switch (self.maskType) {
982
case WSProgressHUDMaskTypeClear: {
983
CGContextRef context = UIGraphicsGetCurrentContext();
984
- [[UIColor colorWithWhite:0 alpha:0.5] set];
+ [[UIColor clearColor] set];
985
CGRect bounds = self.bounds;
986
CGContextFillRect(context, bounds);
987
}break;
0 commit comments