This is a light HUD ,and easily to use
GET START
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)