huekit icon indicating copy to clipboard operation
huekit copied to clipboard

A UI framework for iOS that provides components and utilities for building color pickers.

Results 7 huekit issues
Sort by recently updated
recently updated
newest added

OS :- 10.3 xcode:- 10.0 Swift:- 4 I made my view as ColorBarPicker and when I touch at any spot the bar is responding and color is getting updated but...

Because this can't be the correct way to do it ```swift // bgc is a UIColor let h = bgc.hsvValue?.h ?? 0.0 let s = bgc.hsvValue?.s ?? 0.0 let v...

Not sure of the justification for the fixed value of contentInset, so I'm using these changes in my project to set the contentInset to 0 by default and make the...

I'm not sure the exact reason, but some research says that the ".xcodeproj/xcshareddata/xcschemes" file should be available for Carthage. Adding it to the repo for some projects has solved this...

Can we have a circular HSV picker like this one: ![image](https://docs.microsoft.com/en-us/windows/uwp/design/controls-and-patterns/images/color-picker-ring.png)