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 cd545e5 + 117d524 commit 6424bb8Copy full SHA for 6424bb8
Demo/HudDemo/MBHudDemoViewController.m
@@ -220,7 +220,7 @@ - (void)customViewExample {
220
- (void)textExample {
221
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES];
222
223
- // Set the annular determinate mode to show task progress.
+ // Set the text mode to show only text.
224
hud.mode = MBProgressHUDModeText;
225
hud.label.text = NSLocalizedString(@"Message here!", @"HUD message title");
226
// Move to bottm center.
0 commit comments