Hacker News new | ask | show | jobs
by fatboy 4420 days ago
From what I understand, there's a performance gain from doing the drawing directly.
1 comments

Actually, there's a performance hit when drawing directly (via [UIView drawRect:])

The point of PaintCode is to allow dynamic manipulation of an image. If you don't need a dynamic image, the best option is a .png; second option is drawing once to a UIImage.