SwiftColorPicker icon indicating copy to clipboard operation
SwiftColorPicker copied to clipboard

An iOS HSB color picker implemented in Swift

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

Run the example, ColorPicker view doesn't show in iPhone, while shows well in Simulator.

I have a set up like so: ![img_0028](https://cloud.githubusercontent.com/assets/1455368/13308961/4b94297a-db46-11e5-8786-8e46928dc6c8.jpg) But I repeatably/consistently get crashes on this line, using my iPhone 6 Plus and 6s Plus simulator: https://github.com/MrMatthias/SwiftColorPicker/blob/2fdaf66f186e868f66a4cf751d10923e69960e0b/Source/PickerImage.swift#L76 Something weird happening to...

How best to add an opacity slider into the control? Thanks!