CADisplayLink

Still kinda recovering a cold so instead of a full blog entry, I’ll just pass on a tip from a fellow developer: If you’re doing any sort of real-time gaming on the iPhone, you probably want to use the CADisplayLink to drive your graphics loop instead of an NSTimer because NSTimer isn’t guaranteed to get called in the specified time frame.

One Response to “CADisplayLink”

  1. joeld42 Says:

    Nice tip, thanks!