HsbSliderColorPicker 0.2.0

HsbSliderColorPicker 0.2.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2016
SPMSupports SPM

Maintained by Koji Murata.




  • By
  • Koji Murata

HsbSliderColorPicker

Screenshot

Example

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

Usage

You can set HsbSliderView for UIView on Interface Builder.

@IBAction private func changeColor(sender: HsbSliderView) {
  // sender.color
}

or

hsbSliderView.delegate = self
func hsbSliderView(hsbSliderView: HsbSliderView, didChangeColor color: UIColor) {
  // color
}

Installation

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

pod "HsbSliderColorPicker"

Author

Koji Murata, [email protected]

License

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