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.