Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 844b470

Browse files
committed
Fixed bug where maskType would only show up properly on the first showing of the HUD (thanks MaTaKazer).
1 parent 1e9452e commit 844b470

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SVProgressHUD/SVProgressHUD.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,8 @@ - (void)showInView:(UIView*)view status:(NSString*)string networkIndicator:(BOOL
260260
}
261261
completion:NULL];
262262
}
263+
264+
[self setNeedsDisplay];
263265
}
264266

265267

0 commit comments

Comments
 (0)