How to accommodate for the iPhone 4 screen resolution?

后端 未结 8 448
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 03:59

According to Apple, the iPhone 4 has a new and better screen resolution:

3.5-inch (diagonal) widescreen Multi-Touch display
960-by-640-pixel res

相关标签:
8条回答
  • 2020-11-29 04:47

    This is purely speculation, but if the resolution really is 960 x 640 - that's exactly twice as high a resolution as the current version. It would be trivially simple for the iPhone to check the apps build target and detect a legacy version of the app and simply scale it by 2. You'd never notice the difference.

    0 讨论(0)
  • 2020-11-29 04:47

    Scaling to a double resolution for display purpose is straight forward, but will this scalling apply to all api's that input/output a screen coordinate? If not things are going to break aren't they?

    Fair enough if it's been handled extensively throughout the framework.. I would imagine there are a lot of potential api's this effects.

    0 讨论(0)
提交回复
热议问题