Skip to content

Commit

Permalink
Extended documentation. jdg#358
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Apr 2, 2016
1 parent d802c7c commit 49c1136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ dispatch_async(dispatch_get_global_queue( DISPATCH_QUEUE_PRIORITY_LOW, 0), ^{
});
```
You can add the HUD on any view or window. It is however a good idea to avoid adding the HUD to certain `UIKit` views with complex view hierarchies - like `UITableView` or `UICollectionView`. Those can mutate their subviews in unexpected ways and thereby break HUD display.
If you need to configure the HUD you can do this by using the MBProgressHUD reference that showHUDAddedTo:animated: returns.
```objective-c
Expand Down

0 comments on commit 49c1136

Please sign in to comment.