Skip to content

Commit bbc0b65

Browse files
committed
Also change the non-demo framework file
1 parent f760c54 commit bbc0b65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WSProgressHUD/WSProgressHUD.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ - (void)drawRect:(CGRect)rect
981981
switch (self.maskType) {
982982
case WSProgressHUDMaskTypeClear: {
983983
CGContextRef context = UIGraphicsGetCurrentContext();
984-
[[UIColor colorWithWhite:0 alpha:0.5] set];
984+
[[UIColor clearColor] set];
985985
CGRect bounds = self.bounds;
986986
CGContextFillRect(context, bounds);
987987
}break;

0 commit comments

Comments
 (0)