|
|
|
|
|
by eddieroger
4422 days ago
|
|
PaintCode is meant to replace the need for images by giving you the equivalent code for basic images. Their initial claim to fame with version 1 was being "Retina ready," since the images are drawn in code instead of PNGs. It is a very good way to learn Quartz and CoreGraphics, but not necessarily the best way to learn ObjC. I used PaintCode in a project I worked once, and it was a lot more work than I wanted for just asking my designer to give me an @2x image. If you work with designers who do vector art already, you're not going to gain much. The StyleKit class is slick, though, so I may revisit this once again. |
|
What I do now is I get the designs in some sort of intermediary format, e.g. InVision or whatever, then I have to go and measure everything and all the pixel distances, then re-create it in Interface Builder. It's retarded.