Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 556 Bytes

WBStatusBarHUD

An easy colorful gradient statusBar indicator

demo

Integration

You can use CocoaPods to install WBStatusBarHUD adding it to your Podfile:

platform :ios, '8.0'  
use_frameworks!  

pod 'WBStatusBarHUD'

end

Usage

 WBStatusBarHUD.setWindow(UIColor.cyanColor())
 
 WBStatusBarHUD.showSuccess()
 
 WBStatusBarHUD.showError()
 
 WBStatusBarHUD.showLoading()
 
 WBStatusBarHUD.hide()
 
 WBStatusBarHUD.show(<#T##message: String##String#>, image: <#T##UIImage?#>)