MKColorPicker icon indicating copy to clipboard operation
MKColorPicker copied to clipboard

ColorPicker is a fantastic color picker 🎨 written in Swift. Developers can use our color picker as is or they can customize it with all the available features

Results 3 MKColorPicker issues
Sort by recently updated
recently updated
newest added

This resolves issue https://github.com/malkouz/MKColorPicker/issues/4

Please update this library to Swift 5

Hello, Thank you for this nice lib. I'm getting a crash when selecting white color. ` open var blueValue: CGFloat{ return cgColor.components! [2] }` Fatal error: Index out of range...