Skip to content

Commit 63b422f

Browse files
authored
Merge pull request #106 from zanesc/master
Fixed M13ProgressHUD not updating own progress value when setProgre…
2 parents c89079d + 25348b7 commit 63b422f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/HUD/M13ProgressHUD.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ - (void)setIndeterminate:(BOOL)indeterminate
286286
- (void)setProgress:(CGFloat)progress animated:(BOOL)animated
287287
{
288288
[_progressView setProgress:progress animated:animated];
289+
self.progress = progress;
289290
}
290291

291292
- (void)performAction:(M13ProgressViewAction)action animated:(BOOL)animated

0 commit comments

Comments
 (0)