I’m wondering how I should go about drawing a uibezierpath where the stroke width peaks at the center of the arc. Here’s an example of what I mean:

Either I have to go through each point when drawing, and set the stroke width accordingly, or there’s an easier way. Can anyone point me in the right direction?
Thanks
You can just draw the two outer paths with no stroke, join them, and then fill in the space between them.