In order to cleanly port my game to the iPhone, I\'m trying to make a game loop that doesn\'t use NSTimer.
I noticed in some sample code that, if using NSTimer, you\'d s
Take care using self as a target for displayLinkWithTarget, the manual says "The newly constructed display link retains the target". Martin
self
displayLinkWithTarget