ColorPickerView 0.2.2

ColorPickerView 0.2.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jul 2016
SPMSupports SPM

Maintained by Koji Murata.



  • By
  • Koji Murata

ColorPickerView

Usage

Initialize

@IBOutlet weak var pickerView: ColorPickerView! {
  didSet { pickerView.delegate = self }
}

Pick

func colorPicker(colorPicker: ColorPickerView, didPickColor color: UIColor, touchPoint point: CGPoint) {
  view.backgroundColor = color
}

Author

Koji Murata, [email protected]

License

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