UIBezierPathSerialization
UIBezierPathSerialization copied to clipboard
Encode and decode between JSON and UIBezierPath objects, following the API conventions of Foundation's NSJSONSerialization class
I think you need a release of the path you create at line 401 of UIBezierPathSerialization.m `CGMutablePathRef path = CGPathCreateMutable();` Maybe insert between line 449 and 450? `CGPathRelease(path);`
Doing Pod 'UIBezierPathSerialization' gets you version `1.0.0` (with the wrong **QuadCurve** settings) instead of `1.0.1`
Mind adding a demo project?