I would like to know if it is possible to have two CADisplayLink in an app ?

sorry for my english I'm french

link|improve this question

48% accept rate
Well, the whole I idea is to have only one. Why do you need more than one? – Valentin Radu Jul 23 '11 at 23:52
feedback

1 Answer

up vote 0 down vote accepted

You can just have one CADisplayLink call periodically call one method which then calls the two methods that your two frame sync timers would have called. That way you control the order in which they are called (or potentially use GCD on multi-core devices), or how they are interleaved, etc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.