CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Jul 2016 |
| SPMSupports SPM | ✗ |
Maintained by Koji Murata.
To run the example project, clone the repo, and run pod install from the Example directory first.
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
}HsbSliderColorPicker is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "HsbSliderColorPicker"Koji Murata, [email protected]
HsbSliderColorPicker is available under the MIT license. See the LICENSE file for more info.