vpapenko / ColorPicker

Color pickers for Xamarin Forms.
MIT License
43 stars 11 forks source link

IOS Slider not works #53

Closed neicureuil closed 3 years ago

neicureuil commented 3 years ago

Hi,

I'm using the ColorPicker on a multi-target. On android all works fine but on IOS the sliders of the picker not works. When I try to move them, they don't move.

Can someone who had this issue help me ? Or is this working for someone on IOS ?

Thanks.

neicureuil commented 3 years ago

My bad, I haven't see that its need to be init the IOS side with : ColorPicker.iOS.ColorPickerEffects

So now all works.