TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jul 2017 |
Maintained by luckytianyiyan.
__ __| \ \ / __ __| | | | | | | __ \
| \ / | | | __ `__ \ __ \ | __| | | | | | |
| | | | | | | | | | | | ___ | | | | |
_| _| _| \__,_| _| _| _| _.__/ _| _| _| _| \___/ ____/
Progress HUD like Tumblr. API style is like MBProgressHUD.
To run the example project, clone the repo, and run pod install
from the Example directory first.
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];
});
});
TYTumblrHUD
is available under the MIT license. See the LICENSE file for more info.