Skip to content

chinabrant/BProgressHUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BProgressHUD

A lightenweight progress hud with dismiss callback by swift. Easy to modify.

Requirements

iOS7 or higher

HOW TO USE

	BProgressHUD.showLoadingView()
        BProgressHUD.dismissHUD(5)

	BProgressHUD.showSuccessMessageAutoHide(2, msg: "test", dismissBlock: { () -> Void in
                
        })

	BProgressHUD.showOnlyMessageAutoHide(2, msg: "only message", dismissBlock: nil)

Effects

  • showLoadingView showLoadingView

  • showErrorMessageAutoHide showErrorMessageAutoHide

Podfile

If you use CocoaPods, you can install the latest release version of BProgressHUD by adding the following to your project's Podfile:

pod 'BProgressHUD'

LICENSE

BBannerView is licensed under the MIT License.

About

A lightenweight progress hud with dismiss callback by swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published