Logo

TProgressHUD

TProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS

Requirements

  • iOS 12.0+
  • Swift 5

Installation

From CocoaPods

TProgressHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'TProgressHUD'

Second, install TProgressHUD into your project:

pod install

Swift Package

TProgressHUD is designed for Swift 5. To depend on the logging API package, you need to declare your dependency in your Package.swift

.package(url: "https://github.com/fanta1ty/TProgressHUD.git", brand: "master"),

Author

thinhnguyen12389, [email protected]

License

TProgressHUD is available under the MIT license. See the LICENSE file for more info.

GitHub

View Github