CATiledLayer in iPad retina simulator yields poor performance

后端 未结 4 1385
庸人自扰
庸人自扰 2020-12-23 08:37

I\'m hoping maybe this is just an issue with the simulator but of course it has me worried since I have already submitted my retina capable apps and there\'s no way to test

4条回答
  •  再見小時候
    2020-12-23 09:25

    Remember, it's just a simulator and it's most likely software accelerated. On the other hand, the device is hardware accelerated and Core Animation is highly optimized, since there are only few target GPUs to look for.

    Until you check your performance on the new iPad itself I wouldn't be concerned with simulator results.

提交回复
热议问题