Skip to content

Commit 6424bb8

Browse files
authored
Merge pull request jdg#428 from bhargavms/patch-2
Fixed a wrong comment, for MBProgressHUDModeText usage.
2 parents cd545e5 + 117d524 commit 6424bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Demo/HudDemo/MBHudDemoViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ - (void)customViewExample {
220220
- (void)textExample {
221221
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES];
222222

223-
// Set the annular determinate mode to show task progress.
223+
// Set the text mode to show only text.
224224
hud.mode = MBProgressHUDModeText;
225225
hud.label.text = NSLocalizedString(@"Message here!", @"HUD message title");
226226
// Move to bottm center.

0 commit comments

Comments
 (0)