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.
2 parents c89079d + 25348b7 commit 63b422fCopy full SHA for 63b422f
Classes/HUD/M13ProgressHUD.m
@@ -286,6 +286,7 @@ - (void)setIndeterminate:(BOOL)indeterminate
286
- (void)setProgress:(CGFloat)progress animated:(BOOL)animated
287
{
288
[_progressView setProgress:progress animated:animated];
289
+ self.progress = progress;
290
}
291
292
- (void)performAction:(M13ProgressViewAction)action animated:(BOOL)animated
0 commit comments