UIBezierPath-Superpowers
UIBezierPath-Superpowers copied to clipboard
Thanks for writing this! I want _almost_ this exact thing, except for NSBezierPath (I'm not writing a iOS app, I'm driving a laser cutter from my Mac). I'm going to...
The swizzling to detect mutations is incomplete, and this doesn't currently attempt to share code with the UI version.
Fixes the compilation error by marking closure in Apply function in CGPath as @escaping
When you have time, could you create a versioned release? It would make consuming your library via SPM little easier, instead of requiring pinning to a commit to avoid always...