When is 'drawRect' called?

Posted by Egil on Stack Overflow See other posts from Stack Overflow or by Egil
Published on 2010-03-15T21:32:30Z Indexed on 2010/03/15 21:39 UTC
Read the original article Hit count: 258

Filed under:
|

I have some custom drawing code in drawRect which also performs some calculation of sizes.

When is the earliest I can be sure that this code has been loaded, e.g. if I want to modify it's containers size accordingly?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa