Skip to content

imranali123/DSProgressHud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)