ColorPicker
ColorPicker copied to clipboard
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
About current implementation, if the brightness is changed, redraw the wheel image. So the brightness is changed consecutively, it takes the heavy loading.
Current example app is not completed to implement.