CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

LoaderButton 1.0.1

LoaderButton 1.0.1

Maintained by Jovins.



  • By
  • Jovins

LoaderButton

Version pod build License platform

LoaderButton

Example

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

Screenshots

LoaderButton

Requirements

  • iOS 9.0 or later
  • Swift 3.0 or later

Installation

  • LoaderButton is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'LoaderButton'
import UIKit
import LoaderButton
  • Usage example
/// start animation
button.startAnimate(loaderType: .rotateChase, loaderColor: .white, complete: nil)

/// stop animation
button.stopAnimate(complete: nil)

Author

[email protected]

License

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

Inspired