🎨 An intuitive iOS color picker built in Swift.
Go to file
2019-04-16 22:04:45 -04:00
.github Added new readme for ChromaColorPicker 2. Moved old readme to legacy. 2019-04-14 13:47:36 -04:00
ChromaColorPicker.xcodeproj Added brightness slider and slider handle views. Created gradient backed slider track view. Refactored shadow stylings. 2019-04-14 13:11:00 -04:00
Example Update brightness slider to have a trackColor property to update the control 2019-04-14 14:27:46 -04:00
fastlane Updated test target to use correct host app and pods. Added unit testing lane to fastlane. Added Travis CI yaml 2019-02-03 21:56:00 -05:00
Source Added larger hitbox to brightness slider 2019-04-16 22:04:45 -04:00
Tests Added brightness slider and slider handle views. Created gradient backed slider track view. Refactored shadow stylings. 2019-04-14 13:11:00 -04:00
.gitignore Removed EarlGrey. Now using Quick and Nimble, created initial setup. Initialized fastlane with publish_podspec lane. 2019-02-03 20:22:11 -05:00
.travis.yml Added travis badge to readme. Added installation of bundler to travis yaml 2019-02-03 23:15:26 -05:00
ChromaColorPicker.podspec Bump podspec 2018-11-10 12:43:37 -05:00
Gemfile Updated test target to use correct host app and pods. Added unit testing lane to fastlane. Added Travis CI yaml 2019-02-03 21:56:00 -05:00
Gemfile.lock Updated test target to use correct host app and pods. Added unit testing lane to fastlane. Added Travis CI yaml 2019-02-03 21:56:00 -05:00
LICENSE Created LICENSE 2016-08-12 12:38:19 -04:00
README-Legacy.md Added new readme for ChromaColorPicker 2. Moved old readme to legacy. 2019-04-14 13:47:36 -04:00
README.md Added new readme for ChromaColorPicker 2. Moved old readme to legacy. 2019-04-14 13:47:36 -04:00

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.