Thursday, 8 August 2019

iOS devices with 120 Hz - what is the UIKit refresh rate

In most tutorials or recommendations a value of 60 fps is listed as the ultimate refresh rate for the app to aim for. I.e. if the app is able to consistently provide the user experience at 60 fps there is no more room for improvement.

However, what is the case for the newer devices, e.g. iPad Pro which have 120 Hz refresh rate? Do they actually redraw UI components 120 times per second, meaning that the time to successfully prepare a frame has went down from about 16 ms to 8 ms?



from iOS devices with 120 Hz - what is the UIKit refresh rate

No comments:

Post a Comment