Skip to content

StevenDXC/DxLoadingHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DxLoadingHUD

Loading HUD by Swift

Loading animation HUD,base on https://github.com/pkluz/PKHUD and https://github.com/iamim2/OneLoadingAnimation

image

usage:

show:

DxLoadingHUD.sharedInstance.show();

success:

DxLoadingHUD.sharedInstance.showSuccessAnimation();

failed:

DxLoadingHUD.sharedInstance.showErrorAnimation();

empty:

DxLoadingHUD.sharedInstance.showEmptyAnimation();

hide:

DxLoadingHUD.sharedInstance.hide(animated:true);

About

Loading HUD with Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages