levinunnink / Smooth-Line-View

Smooth & fast line drawing from touch inputs for UIViews using Quartz
MIT License
641 stars 111 forks source link

Added some function #4

Open yusenhan opened 12 years ago

yusenhan commented 12 years ago

https://github.com/yusenhan/Smooth-Line-View I add some function:

  1. undo
  2. redo
  3. clear
  4. eraser
  5. change color
  6. save image to file
  7. save image to album
pixelbitapps commented 12 years ago

Hi @yusenhan,

I loved these changes. Could you work out how they could be implemented into the new version where some memory leaks have been fixed?

I've tried to copy them across (the drawStep implementations I mean) but there are multiple design issues (you'll see if you try to do so).

Thanks,

James

abrar006 commented 11 years ago

I need these functionalities in https://github.com/levinunnink/Smooth-Line-View...