I am trying to make a GradientView that is adjustable in Interface Builder. I've been able to get it so I can specify vertical vs horizontal, as well as start/stop colors:
I would like to be able to be able to include intermediate colors as well. Is this possible with the hooks @IBInspectable
/@IBDesignable
provide?
I could envision a +
button which would insert a row there and allow it to accommodate more colors.
(aside: I do wish I would have done this a long time ago, designers seem to throw lots of gradients at me, and I've always open coded them)