In this post, we will see how to resolve UIBezierPath corners curve according to the upcoming direction Question: I’m creating an audio waveform, which should look like this: Notice how the corners of the lines are curved, according to the ...

In this post, we will see how to resolve Wave progress view inside a bezier path in Swift Question: I am trying to make a progress view which consists of two moving waves with gradient fill. The waves should only ...

Question: I am trying to animate a rotation of a layer’s CGpath. The rotation works perfectly, but for some reason, the path seems to shrink, then get bigger again. I just want it to show a rotating animation. I don’t ...