/SOTProgressHUD

SOTProgressHUD is a lightweight progress HUD for iOS app in Swift2.0.

Primary LanguageSwiftMIT LicenseMIT

SOTProgressHUD

Build Status Pod Version Pod License Pod Platform

SOTProgressHUD is a lightweight progress HUD for iOS app in Swift2.0.

DEMO

pod try SOTProgressHUD

Usage

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

import SOTProgressHUD
SOTProgressHUD.sharedHUD.show(self.view)
SOTProgressHUD.sharedHUD.dismissSuccessWithDelay(self.view, delay: 1.0)
SOTProgressHUD.sharedHUD.dismissErrorWithDelay(self.view, delay: 1.0)
SOTProgressHUD.sharedHUD.dismiss()

Requirements

  • iOS 8.0
  • Xcode 7.2
  • Swift 2.0

Installation

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

pod "SOTProgressHUD"

Author

sotozakimasanori

License

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