CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Dennis Kutlubaev.
Custom ActivityView for iOS (Spinner).
There is a sample project of a universal app for iPhone and iPad.
Very simple to use:
[DKProgressHUD showInView:self.view];
[DKProgressHUD hide];
You can set a color for hexagons in a DKProgressHUD, otherwise they will be randomly generated:
[DKProgressHUD setColor:COLOR_CUSTOM_LIGHT_BLUE];
It supports iOS 6.1 and higher.