Hacker News new | ask | show | jobs
by pavlov 4402 days ago
The code generator for PaintCode is probably fairly small -- all the complexity of the app is in the beautiful UI.

The graphics code they generate is mostly just using these CGContext APIs: https://developer.apple.com/library/ios/documentation/Graphi...

Mapping to the Swift counterparts should be straightforward.