开发者

CADisplayLink problem animation iphone xcode

Hi everybody I'm french so scuse me for my bad english. So my problem is when I use CADisplayLink to animate one i开发者_开发知识库mage 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.


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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜