CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.

DKProgressHUD 1.0.2

DKProgressHUD 1.0.2

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

Maintained by Dennis Kutlubaev.




Custom ActivityView for iOS (Spinner).

GIF demo

ScreenShot

How to use

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];

Supported iOS Versions

It supports iOS 6.1 and higher.