THProgressHUD 1.0.3

THProgressHUD 1.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Tribus Hannes.



  • By
  • Hannes Tribus

THProgressHUD is a lightweight and easy-to-use HUD for iOS 7/8. (Objective-C)

Credits

Actually this project is a copy of the great ProgressHUD control. Why? So actually the author of the original control decided to remove it from CocoaPods, however I want it to be there so I decided to bring it back

Installation

Manually

Or copy the THProgressHUD/ directory from this repo into your project.

USAGE

1., Add the following import to the top of the file:

#import "ProgressHUD.h"

2., Use the following to display the HUD:

[ProgressHUD show:@"Please wait..."];

3., Simply dismiss after complete your task:

[ProgressHUD dismiss];

Contributions

...are really welcome. If you have an idea just fork the library change it and if its useful for others and not affecting the functionality of the library for other users I'll insert it

License

Source code of this project is available under the standard MIT license. Please see the license file.