SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.
Use CocoaPods.
pod 'SBAProgressHud'
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.
SBAProgressHud is under MIT. See LICENSE file for more info.