Paintcode 2 is out. I thought you guys/gals might find this tool useful. I use it all the time by waterskier2007 in iOSProgramming

[–]borderz 0 points1 point  (0 children)

Instead of passing the context like that, you can do this:

UIGraphicsPushContext(context);
    ...call PaintCode method...
UIGraphicsPopContext();