Search code examples
iosdrawingcore-animationcore-graphics

How to make Smooth Freehand drawing in ios?


I followed THIS tutorial and i have two problems:

  1. How to change the color of line when we are drawing it (not when drawing finished)?
  2. How to round the ends of lines?

Solution

  • Use any of these nice examples :

    1. Paint Pad

    2. My-Palette

    3. Drawing-View

    4. ACEDrawingView

    5. smooth-line-drawing-in-ios

    Hope these helps you.