Skip to content

SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.

License

Notifications You must be signed in to change notification settings

shoaib-akhtar/SBAProgressHud

Repository files navigation

SBAProgressHud

SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.

CocoaPods

Installation

Use CocoaPods.

pod 'SBAProgressHud'

Usage

Show hud in view

SBAProgressHud.showHud(to: view,title: "Loading...")

Hide hud from view

SBAProgressHud.hideHud(from: view)

Customization

SBAProgressHud.showHud(to: view, title: "Loading..", tintColor: UIColor.orange, dimBackground: true, removeAfter: 5)

Congratulations! You're done.

License

SBAProgressHud is under MIT. See LICENSE file for more info.

About

SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published