iOS Code Snippet Finger Draw (Very Smooth)

Hi,

Attached is a project which let you draw on canvas with smooth lines.
It use BezierPath Curved Lines instead of regular lines.

The main issue for me is that the performance is not so good.
Maybe somebody will have an idea how to make the drawing process in background thread.

Hope you will need this feature in your app.

Narek
 

Attachments

  • SmoothDraw.zip
    1.5 KB · Views: 401
Top