acerbetti / ACEDrawingView

An open source iOS component to create a drawing app
Apache License 2.0
665 stars 171 forks source link

Having the ability to store the drawn paths and load them into the view when app is loaded #80

Closed JinkProject closed 7 years ago

JinkProject commented 7 years ago

Hello all,

I am trying to use this library to allow users to write their signatures. I am trying to store the signature and give the user the option of reusing the stored signature. How do I accomplish this? At the moment, I'm storing the pathArray and loading it when the app is loaded, but I'm not sure how to populate the view using the individual bezierPaths in the pathArray. Any help would be greatly appreciated.

JinkProject commented 7 years ago

Please disregard. It appears that there is another question similar to this already.

acerbetti commented 7 years ago

cloned #65