帧率120fps,全新iPad Pro:启用方式如何?

时间:2017-10-31 20:01:16

标签: sprite-kit frame-rate

是否可以在带有Sprite Kit的新iPad专业版上以120Hz启用和播放/运行?

若然,怎么样?

1 个答案:

答案 0 :(得分:3)

请参阅此文档: https://developer.apple.com/library/content/technotes/tn2460/_index.html

您需要在CADisableMinimumFrameDuration = true

中设置Info.plist来允许自定义帧费率

(在未来的更新中不需要这样做,不确定iOS 11是否已经进行了这些更改)

然后使用以下方法更改View的帧速率:

let maxFPS = UIScreen.maximumFramesPerSecond

preferredFramesPerSecond = maxFPS