I am subclassing a UIView and overwrite the drawRect method. I\'m noticing that the view\'s drawrect is only being called when the view first loads. After that it is never c
This was a bug related to something completely different. setNeedsDisplay does indeed cause drawRect to be called.