Skip to content
/ YBHud Public
forked from YahyaBagia/YBHud

A simple Hud with DGActivityIndicatorView

License

Notifications You must be signed in to change notification settings

ios-lib/YBHud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%