ChromaColorPicker
ChromaColorPicker copied to clipboard
:art: An intuitive iOS color picker built in Swift.
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.6 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
When you set a brightness slider and connect it to a picker, the color picker doesn't respond to slider update, unless the user starts dragging the handle. To avoid this...
Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
I created a customHandle, and a homeHandle, and add snapkit constraints to the homeHandle, so that the home handle will be shown around the colorPicker, not inside the color picker....
Allows programatic repositioning of the handle
This should address the issue that was brought up in #58
The app is getting crashes in iOS 9 when building it from Xcode 12 I am using the ChromaColorPicker library version 1.8.0 Please give me a solution Thanks
when this picker is presented in a modal in iOS 14, the "swipe down to dismiss" behavior of the modal makes the picker very difficult to use. seems like the...