CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Jul 2016 |
| SPMSupports SPM | ✗ |
Maintained by Koji Murata.
@IBOutlet weak var pickerView: ColorPickerView! {
didSet { pickerView.delegate = self }
}func colorPicker(colorPicker: ColorPickerView, didPickColor color: UIColor, touchPoint point: CGPoint) {
view.backgroundColor = color
}Koji Murata, [email protected]
ColorPickerView is available under the MIT license. See the LICENSE file for more info.