Skip to content

emraz/ERProgressHud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ERProgressHud

Made with love and passion

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.

Demo

Demo Video

Requirements

  • Xcode 11.X +
  • Swift 5.0

Installation

  1. Download the least source files.
  2. 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");

// Show Simple ProgressHud in a specific View without Title
ERProgressHud.sharedInstance.show(view: subView)

License

ERProgressHud is released under the MIT license. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages