GGProgressHUD
A HUD inherit of MBProgressHUD
Use
[GGShowTip setMaskType:GGProgressHUDMaskTypeNone];
[GGProgressHUD showTip:@"请点击下面按钮" afterDelay:30];
[GGShowTip showTipTextOnly:@"请点击下面按钮" dealy:50 position:GGProgressHUDPosition_top];
CocoaPods
Add GGProgressHUD to your Podfile
and pod install
.
pod 'GGProgressHUD', '~> 0.0.2'
License
These specifications and CocoaPods are available under the MIT license.