IGColorPicker
IGColorPicker copied to clipboard
Bug? delegate method didDeselectItemAt is not called when same color is deselected
issue reproduce: https://github.com/chrischen-melb/IGColorPicker/commit/356062246b85b246edd3499d99724ce481d5d748
- when . isSelectedColorTappable is set to true, user can deselect a color
- however, this operation doesn't trigger optional delegate method
@objc optional func colorPickerView(_ colorPickerView: ColorPickerView, didDeselectItemAt indexPath: IndexPath)
- selecting a different color will trigger this delegate method somehow