I was wondering, can I use a CADisplayLink Timer instead of an NSTimer even though I'm not doing any animation?
I'd like to call a certain method much like when using an NSTimer, only just at a much higher frequency (60 Hz would be nice), so I was wondering if a CADisplayLink Timer would work even though the method simply does some calculations and not any animation...
P.S. I'm testing on an iPhone 4