SpinButton 0.2.0

SpinButton 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Aug 2016
SPMSupports SPM

Maintained by Indhuja.



  • By
  • Indhuja

SpinButton

This pod is used to implement infinite rotation to a button.

Example

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

Requirements

ios8

Installation

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

pod "SpinButton" `

Usage

import SpinButton

@IBOutlet weak var spinBtn: SWSpinButton!

spinBtn.startAnimation()

spinBtn.stopAnimation()

Author

Indhuja, [email protected]

License

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