dipkasyap / YBHud

A simple Hud with DGActivityIndicatorView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YBHud

A progress hud by using DGActivityIndicatorView

Screenshot

Installation

Drag and Drop files from YBHud Directory into your XCode Project Directory.

Usage

YBHud *hud = [[YBHud alloc]initWithHudType:indexPath.row]; //Initialization
hud.dimAmount = 0.5; //Customization
[hud showInView:self.view animated:YES]; //Display HUD

[hud dismissAnimated:YES]; //Dismiss HUD

Requirements

iOS 7.0+

License

MIT License

About

A simple Hud with DGActivityIndicatorView

License:MIT License


Languages

Language:Objective-C 100.0%