I would like to render to an offscreen bitmap (or array of RGBA values) and then blit those to a UIView during in the view\'s drawRect function. I
UIView
drawRect
You can use a CGBitmapContext. You can generate an image from a CGBitmapContext and draw it during your drawRect.