CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Feb 2016 |
Maintained by ooppstef.
A simple usage hud.
Apply two animations for success and failure.
Apply touches handler in block.
Show:
_hud = [ZCHud new];
[_hud showInView:self.view];
Hide:
[_hud hide]
//[_hud hideInFailureAnimationWithText:@"Hide" duration:3];
//[_hud hideInSuccessAnimationWithText:@"Hide" duration:3];
iOS7+ and ARC
Available through CocoaPods
pod 'ZCHud'