BXProgressHUD 2.0

BXProgressHUD 2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SPMSupports SPM

Maintained by Banxi Lee.



  • By
  • banxi1988

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

  1. you can just simple use like this:

      let hud = BXHUD.showProgress("Loading")
      hud.hide(afterDelay: 3)

    see BXHUD class for more information

Requirements

Installation

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

pod "BXProgressHUD"

Author

Based on MBProgressHUD original Created by Matej Bukovinski on 2.4.09.

Swift Version Created by banxi1988 banxi1988, [email protected]

License

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