drawRect is not executing

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-05-29T08:35:21Z Indexed on 2010/05/29 8:42 UTC
Read the original article Hit count: 328

Filed under:
|

I have ClockViewController.h and ClockViewController.m inherited from UIViewController.
Also 2 other files ClockView.h and ClockView.m inherited from UIView. In Interface builder i have selected Class "ClockView" for the clock, but my drawRect is not executing. I am calling it via setNeedsDisplay from a timer function. even the timer function is not calling.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk