ERProgressHUD
A simple Progresshud written in Swift, compatible with Swift 5.0. Five different kinds of ProgressHud is implemented to use.
Easy to customise and Many varoius Option like add title, Blur and Dark Background View.

Classification: ERProgressHud
Platform: IOS
Language: Swift / Objective-c
Language: Swift / Objective-c
Device:
iPhone / iPad
MIT
Licence:
Download
Installation
- Download the least source files.
- Drag ERPogressHud folder to Xcode project. Make sure to select Copy items if needed.
How To Use
Show Simple ProgressHud without Title
ERProgressHud.sharedInstance.show()
Show Blur Background View ProgressHud without Title
ERProgressHud.sharedInstance.showWithBlurView()
Show Transparent Background View ProgressHud with Title
ERProgressHud.sharedInstance.show(withTitle: "Loading...")
Show Blur Background View ProgressHud with Title
ERProgressHud.sharedInstance.showBlurView(withTitle: "Loading...")
Show Dark Background View ProgressHud with Title
ERProgressHud.sharedInstance.showDarkBackgroundView(withTitle: "Loading...")
Dismiss ProgressHud
ERProgressHud.sharedInstance.hide()
Update current progress title in runtime
ERProgressHud.sharedInstance.updateProgressTitle("Show your progress here");
Introduction
- A simple Progresshud written in Swift, compatible with Swift 5.0
- Five different kinds of ProgressHud is implemented to use.
- Easy to customize.
- ProgressHud With various options.
- Easy to add title.
- Blur Background View.
- Dark Background View.
