Sunday, October 11, 2009

iPhone dev Stupidity 76: setNeedsDisplay is not free

If you use setNeedsDisplay's side effects instead of your proper refreshing logic, it might drag your app slow when refreshing big views.

No comments: