CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

ZCHud 0.1.0

ZCHud 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2016

Maintained by ooppstef.



ZCHud 0.1.0

  • By
  • Charles

A simple usage hud.

Apply two animations for success and failure.

Apply touches handler in block.

Usage

Show:

 _hud = [ZCHud new];
 [_hud showInView:self.view];

Hide:

[_hud hide]
//[_hud hideInFailureAnimationWithText:@"Hide" duration:3];
//[_hud hideInSuccessAnimationWithText:@"Hide" duration:3];

Requirements

iOS7+ and ARC

Installation

Available through CocoaPods

pod 'ZCHud'