Closed roimulia closed 6 years ago
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.
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?