XQProgressHUD 0.0.3

XQProgressHUD 0.0.3

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

Maintained by XinQianLiu.



  • By
  • LiuXinQian

Example

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

Requirements

Installation

XQProgressHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'XQProgressHUD', '~> 0.0.1'

Usage

At first, import XQProgressHUD:

#import "XQProgressHUD.h"

The sample code, details the Demo:

XQProgressHUD *hud = [XQProgressHUD HUD];
[hud show];

Author

LiuXinQian, [email protected]

License

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