iphone xcode 动画CADisplayLink问题
大家好,我是法国人,请原谅我的英语不好。 所以我的问题是,当我使用 CADisplayLink 以 60 fps 的速度制作一张图像的动画时,它工作得很好,但当我想制作两张图像的动画时,我的速度接近 40 fps。 那我能做什么呢。 请帮我 。 谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题不在于 CADisplayLink。问题是渲染需要很长时间,并且不可能更快地绘制。你最好优化你的绘图代码(也许减小图像大小)。
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).