ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

Results 10 ColorPicker issues
Sort by recently updated
recently updated
newest added

I get this error: "error: Build input file cannot be found: '/Users/Matsuoka/.ghq/github.com/culumn/ColorPicker/Example/Example/LatestColor.storyboard' (in target 'Example' from project 'Example')"

This commit primarily adds Swift Package Manager support via a new Package.swift file. It also switches a few import statements from Foundation to UIKit where necessary.

Hi, please update to Swift 5. Thanks

Add build test for `Carthage` to travis ci step.

These methods have boolean return value indicating compatible for color space. https://developer.apple.com/documentation/uikit/uicolor/1621949-gethue https://developer.apple.com/documentation/uikit/uicolor/1621919-getred

Should redraw the view.

bug

Should add code comments for description.

enhancement

About current implementation, if the brightness is changed, redraw the wheel image. So the brightness is changed consecutively, it takes the heavy loading.

enhancement

Current example app is not completed to implement.

Should add the tests for this library.

enhancement