Skip to content

mlf2020/LFProgressView

Repository files navigation

LFProgressView

This is a light HUD ,and easily to use

GET START

LFProgressViewLFProgressViewLFProgressView

you can use the HUD like this :

LFProgressHUD.showProgressHUDTo(view: self.view, progressMode: .Indicater) 

mode you can use as follows:

enum LFProgressMode{
   case Circle
   case Indicater
   case IndicatorLarge
   case Text
   case Custom(UIView!)
}

and you can hide the HUD like this

LFProgressHUD.hideForView(self.view)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published