To run the example project, clone the repo, and run pod install
from the Example directory first.
you can just simple use like this:
let hud = BXHUD.showProgress("Loading")
hud.hide(afterDelay: 3)
see BXHUD
class for more information
BXProgressHUD is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "BXProgressHUD"
Based on MBProgressHUD original Created by Matej Bukovinski on 2.4.09.
Swift Version Created by banxi1988 banxi1988, banxi1988@gmail.com
BXProgressHUD is available under the MIT license. See the LICENSE file for more info.