Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 756 Bytes

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 756 Bytes

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)