Skip to content

Commit a6d89f1

Browse files
committed
Merge pull request jdg#42 from tewha/patch-3
Typo fix in readme
2 parents 30814cc + e22fcf3 commit a6d89f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.mdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ hud.labelText = @"Loading";
7676
}];
7777
```
7878

79-
UI updates should always be done on the main thread. Some MBProgressHUD setters are hoverer considered "thread safe" and can be called from background threads. Those also include `setMode:`, `setCustomView:`, `setLabelText:`, `setLabelFont:`, `setDetailsLabelText:`, `setDetailsLabelFont:` and `setProgress:`.
79+
UI updates should always be done on the main thread. Some MBProgressHUD setters are however considered "thread safe" and can be called from background threads. Those also include `setMode:`, `setCustomView:`, `setLabelText:`, `setLabelFont:`, `setDetailsLabelText:`, `setDetailsLabelFont:` and `setProgress:`.
8080

8181
If you need to run your long-running task in the main thread, you should perform it with a slight delay, so UIKit will have enough time to update the UI (i.e., draw the HUD) before you block the main thread with your task.
8282

@@ -159,4 +159,4 @@ IMPORTANT: Requires LLVM 3+.
159159
160160
**Version 0.1** @ 2.4.09
161161
162-
- Initial release.
162+
- Initial release.

0 commit comments

Comments
 (0)