TYTumblrHUD 0.2.3

TYTumblrHUD 0.2.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jul 2017

Maintained by luckytianyiyan.




__ __| \ \   / __ __|                  |      |        |   |  |   |  __ \  
   |    \   /     |  |   |  __ `__ \   __ \   |   __|  |   |  |   |  |   |
   |       |      |  |   |  |   |   |  |   |  |  |     ___ |  |   |  |   |
  _|      _|     _| \__,_| _|  _|  _| _.__/  _| _|    _|  _| \___/  ____/  

codebeat badge

Progress HUD like Tumblr. API style is like MBProgressHUD.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Usage

TYTumblrHUD *hud = [TYTumblrHUD showHUDAddedTo:self.view animated:YES];

dispatch_async(dispatch_get_global_queue(QOS_CLASS_USER_INITIATED, 0), ^{
    // do something ...

    dispatch_async(dispatch_get_main_queue(), ^{
        [hud hideAnimated:YES];
    });
});

License

TYTumblrHUD is available under the MIT license. See the LICENSE file for more info.