Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 814 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 814 Bytes

DSProgressHud

ProgressHud to show indeterminent progress to download or upload any task.

Gradient Progress

Simple Progress

Usage Sample

  • There are two types of Hud DSProgressHud and DSGradientProgressHud

  • You need to import progressHud import ProgressHud

  • To show DSProgressHud

DSProgressHud.showhud(to: self.view)

To hide DSProgressHud

DSProgressHud.hideHud(for: self.view)

OR

DSProgressHud.hideAllHud(to: self.view)

To show DSGradientProgressHud

DSGradientProgressHud.showhud(to: self.view)

To hide DSGradientProgressHud

DSGradientProgressHud.hideHud(for: self.view)

OR

DSGradientProgressHud.hideAllHud(for: self.view)