setNeedsDisplay does not trigger drawRect in subviews as expected
问题 I'm struggling with setNeedsDisplay . I thought it was supposed to trigger calls of drawRect: for the view for which it is called and the hierarchy below that if it's within the view's bounds, but I'm not finding that to be the case. Here is my setup: From the application delegate, I create a view whose size is a square that covers essentially the whole screen real estate. This view is called TrollCalendarView . There is not much that happens with TrollCalendarView except for a rotation