Skip to content

codetalks-new/BXProgressHUD

Repository files navigation

BXProgressHUD

CI Status Version License Platform

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, banxi1988@gmail.com

License

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