CADisplayLink problem animation iphone xcode

593 views Asked by At

Hi everybody I'm french so scuse me for my bad english. So my problem is when I use CADisplayLink to animate one image at 60fps, it works fine but when I want to animate two image I have near 40fps. So what can I do. please help me . thank you.

1

There are 1 answers

0
Max On

The problem is not with CADisplayLink. The problem is that rendering takes to much time, and it's not possible to draw faster. You'd better optimize your drawing code (maybe reduce the image size).