Pre-drawing a UIView
Posted
by LK
on Stack Overflow
See other posts from Stack Overflow
or by LK
Published on 2010-03-22T19:48:01Z
Indexed on
2010/03/22
19:51 UTC
Read the original article
Hit count: 355
cocoa-touch
|iphone
There is information that is only available after drawRect that I need to access when loading a UIView. Is there any way to do a "pre-draw" or offscreen in order to get this information earlier?
© Stack Overflow or respective owner