Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.92 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.92 KB

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.