EFColorPicker icon indicating copy to clipboard operation
EFColorPicker copied to clipboard

DEPRECATED

Results 6 EFColorPicker issues
Sort by recently updated
recently updated
newest added

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [ ] I have read the [README.md](https://github.com/EFPrefix/EFColorPicker/blob/master/README.md), but...

func colorViewController(_ colorViewCntroller: EFColorSelectionViewController, didChangeColor color: UIColor) does not work. Because here: self.delegate?.colorViewController(self, didChangeColor: color) self.delegate always nil, despite that I set it I fixed this by deleting weak here:...

### Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [x] I have read the [README.md](https://github.com/EFPrefix/EFColorPicker/blob/master/README.md), but there...

I followed your code and was able to display Colorpicker on iPhone devices(real and simulator) but I tried doing the same code on an iPad and it neither crashed or...

改变亮度执行的drawWheelImage 会使界面卡顿. 我的解决方式是用rx来控制获取进度值的响应间隔.