XinQianLiu / XQProgressHUD

Rotating animation view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XQProgressHUD

CI Status Version License Platform

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.3'

Usage

At first, import XQProgressHUD:

#import "XQProgressHUD.h"

The sample code, details the Demo:

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

Author

LiuXinQian, 1613565807@qq.com

License

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

About

Rotating animation view

License:Other


Languages

Language:Objective-C 76.9%Language:Shell 20.9%Language:Ruby 2.1%