IGColorPicker icon indicating copy to clipboard operation
IGColorPicker copied to clipboard

Delegate method not called when deselect color

Open thlbaut opened this issue 5 years ago • 0 comments

Hi !

First, thank you :)

When I'm deselecting a color, the delegate method is not called. Am I missing something ? This method is only called when changing color selection.

func colorPickerView(_ colorPickerView: ColorPickerView, didDeselectItemAt indexPath: IndexPath) {
    // A color has been deselected
  }

Thanks for your help !

thlbaut avatar Oct 15 '19 14:10 thlbaut