Is it possible to draw a free hand path using Objective C on Mac OS application views?
I'm trying to draw with NSBBezierPath and able to draw basic shapes like line,circle,etc..,
But, is it possible to draw a free hand path using NSBezierPath?
Please suggest.
Thanks.