drawRect is not executing
- by coure06
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.