xamarin.ios - How to draw a linear gradient along an arc in Xamarin iOS -
I am trying to create a color picker device, similar to a color wheel, but in the shape of horse shoe
I have to draw a linear gradient that follows an arc.
The problem
a) How to make a gradient to follow the curve, instead of just going in one direction, and
b) How to fill the stroke stroke and not surrounded by the area Arc
I have managed it on Android, but so far it has failed to work in iOS, so any advice is highly appreciated.
Comments
Post a Comment