ChromaColorPicker/README.md

1.5 KiB

ChromaColorPicker 2.0

An intuitive HSB color picker built in Swift. Supports multiple selection handles and is customizable to your needs.

TODO: Image / GIF

Installation

Carthage

github "joncardasis/ChromaColorPicker"

Cocoapods

pod 'ChromaColorPicker'

Manually

Add all files from the Source folder to your project.

Examples

Supported UIControlEvents

Event Description
.touchDown Called when a handle is first grabbed.
.touchUpInside Called when a handle is let go.
.valueChanged Called whenever the color has changed.
.touchDragInside Called when a handle has moved via a drag action.
.editingDidEnd Called when either a handle is let go or slider is let go.
Example

License

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