gizmosachin / ColorSlider

🎨 Snapchat-style color picker in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUESTION: Switching starter color (black to white instead of white to black)

roimulia opened this issue · comments

Hey! Thank you for this awesome library.

One small question. If I need to change the starter color (from white to black, to black to right, in my case), how would you recommend doing that?

Hi @roimulia! Sorry for the late response. Unfortunately this isn't supported at the moment.

I'd recommend forking the project and modifying GradientView.swift if changing the starter color is essential.

Alternatively, you could try using a CGAffineTransformScale with a x or y equal to -1 (depending on the orientation) to flip the ColorSlider on its axis.