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 !
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.
Thanks for your help !