UIBezierPathSerialization icon indicating copy to clipboard operation
UIBezierPathSerialization copied to clipboard

Encode and decode between JSON and UIBezierPath objects, following the API conventions of Foundation's NSJSONSerialization class

Results 4 UIBezierPathSerialization issues
Sort by recently updated
recently updated
newest added

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?