Latest | 1.2 |
---|---|
Homepage | https://github.com/shoaib-akhtar/SBAProgressHud |
License | MIT |
Platforms | ios 11.0, requires ARC |
Frameworks | Foundation, UIKit |
Authors |
SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.
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.
Latest podspec
{ "name": "SBAProgressHud", "version": "1.2", "summary": "SBAProgressHud is a simple and easy-to-use progress HUD for your iOS apps written in Swift.", "homepage": "https://github.com/shoaib-akhtar/SBAProgressHud", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Shoaib Akhtar": "[email protected]" }, "source": { "git": "https://github.com/shoaib-akhtar/SBAProgressHud.git", "branch": "master", "tag": "1.2" }, "platforms": { "ios": "11.0" }, "requires_arc": true, "source_files": "SBAProgressHud/*.swift", "resource_bundles": { "SBAProgressHud": "SBAProgressHud/*.{lproj,storyboard,png}" }, "resources": "SBAProgressHud/*.{storyboard,png}", "frameworks": [ "Foundation", "UIKit" ], "swift_version": "4.2" }
Mon, 12 Nov 2018 03:20:04 +0000