mirror of
https://github.com/joncardasis/ChromaColorPicker.git
synced 2024-11-25 22:12:01 +03:00
1.5 KiB
1.5 KiB
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.