I'm currently working on developing an iOS app in conjunction with a graphic designer, and because my design skills are pretty terrible, we set out to look for a solution to turning the scalable vector graphics (SVGs) he's designed into Objective-C code snippets I can insert directly in the app. There are a few different ways to do this, but it turns out that PaintCode (which Erica wrote about earlier this year) is the solution we're going with -- it's an app that will fairly easily convert scalable vector graphics into Objective-C code, which iOS can then use to draw out a user interface for a touch-based app.
And it just so happens that just as I found thei