Render data offscreen in UIView

Posted by LK on Stack Overflow See other posts from Stack Overflow or by LK
Published on 2010-04-12T03:59:57Z Indexed on 2010/04/12 4:03 UTC
Read the original article Hit count: 451

How would I go about drawing a view offscreen in order to perform some calculation before the view's draw is actually done? Can this be done by drawing to a temporary layer?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch