SkillAgentSearch skills...

DKProgressHUD

Custom ActivityView for iOS (Spinner)

Install / Use

/learn @wzbozon/DKProgressHUD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#DKProgressHUD

Custom ActivityView for iOS (Spinner).

##GIF demo

<p align="center"><img src="https://github.com/wzbozon/DKProgressHUD/blob/master/DKProgressHUD.gif?raw=true"></p>

##ScreenShot

<p align="center"><img src="https://github.com/wzbozon/DKProgressHUD/blob/master/Screenshot.png?raw=true"></p>

##Available to be added via CocoaPods

pod DKProgressHUD

##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.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated3y ago
Forks3

Languages

Objective-C

Security Score

70/100

Audited on Jan 28, 2023

No findings