Closed piemonte closed 7 years ago
Oops, that's really bad and completely unintentional. Will push a fix.
(sorry, my screenshot represents the behavior not the actual visuals)
Ah okay, no worries!
Based on the way the colors are drawn in the GradientView
there'll always be a hard drop off unfortunately (Snapchat's new color picker actually does this as well). I noticed it's particularly bad when you have a longer slider though, so I'll see if I can come up with a fix and push that. If it'd be more preferable to just hide the black and white colors altogether instead (the old behavior), you can also set the insets for black and white to zero:
let gradientView = colorSlider.gradientView
gradientView.blackInset = 0
gradientView.whiteInset = 0
Forget what I said earlier - GradientView
now draws the gradient so it's continuous, even with the black and white at the ends. pod update
to v4.1 should do the trick. 😄
🙌
would it be possible to match the visuals themselves?