Sebastiaan

Results 8 comments of Sebastiaan

Can you give an example on how to do this, I can't seem to figure out how to save a drawing. I'm using Realm as a database and I want...

Still don't get how to do this. I've added the NSCoding protocol to the AceDrawingPenTool and tried to implement the example you gave. But I don't know when and where...

Hi acerbetti, I finally had some time to pick up where I left. I've wrote this code to save the UIBezierPath (As i understand correctly the UIBezierPath adheres to the...

@JinkProject Let's say we use the PenTool, I use the following function to load the data back from the NSData we archived with the NSCoding protocol (DrawPathObject is a Realm...

@JinkProject It's because i'm using Realm and i'm not only storing the DrawPath stuff but also some other parts in Realm like lineAlpha, lineWidth, tooltype e.t.c.

@JinkProject If you need help I'll be willing to lend a hand for saving and loading the drawings. Though I've modified the AceDrawingView code heavily the saving and loading shouldn't...

Has this been implemented already? I would love to have this rule in SwiftLint!

Created a PR for this which fixes the issue. Hopefully it will be merged soon! https://github.com/jfrog/cocoapods-art/pull/36