Smooth Freehand Drawing with Arrow in iOS
Leave a reply
Hello, folks. In this post we are going to implement a reusable component for freehand drawing. We will see how to use `UIGestureRecognizer` for drawing and using linear polarization to make our drawing smooth. We will also create a method to draw an arrow with respect to two points. So let’s start with creating a Continue Reading »