Merge pull request #428 from bhargavms/patch-2

Fixed a wrong comment, for MBProgressHUDModeText usage.
This commit is contained in:
Matej Bukovinski
2016-09-14 13:15:52 +02:00
committed by GitHub
+1 -1
View File
@@ -220,7 +220,7 @@
- (void)textExample {
MBProgressHUD *hud = [MBProgressHUD showHUDAddedTo:self.navigationController.view animated:YES];
// Set the annular determinate mode to show task progress.
// Set the text mode to show only text.
hud.mode = MBProgressHUDModeText;
hud.label.text = NSLocalizedString(@"Message here!", @"HUD message title");
// Move to bottm center.