How to accommodate for the iPhone 4 screen resolution?

后端 未结 8 486
隐瞒了意图╮
隐瞒了意图╮ 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

    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.

提交回复
热议问题