Skip to content

Commit 901d5c4

Browse files
committed
Merge pull request jdg#109 from dnstevenson/master
Fixed example in Readme
2 parents c05664b + 1204df1 commit 901d5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ hud.labelText = @"Loading";
7272
[self doSomethingInBackgroundWithProgressCallback:^(float progress) {
7373
hud.progress = progress;
7474
} completionCallback:^{
75-
[MBProgressHUD hideHUDForView:self.view animated:YES];
75+
[hud hide:YES];
7676
}];
7777
```
7878

0 commit comments

Comments
 (0)