What to check in order to support the iPhone 5's longer screen? [duplicate]

穿精又带淫゛_ 提交于 2019-12-01 13:32:32

问题


Possible Duplicate:
How to deal with iPhone 5 screen size?

The iPhone 5 comes with a longer screen (1136x640 vs 960x640), what should be taken care of in order to support the new (and old) resolutions gracefully?


回答1:


XIB resources in the first place, they need either be stretchable, i.e. use correct autoresizing settings, or be redesigned.




回答2:


Splash screens, screen shots, nib files for starters. Additionally, I am willing to bet Apple will handle all these mismatches of sizes elegantly (at least initially) to allow devs time to catch up with these new requirements (like how they initially handled non-retina app assets).



来源:https://stackoverflow.com/questions/12398098/what-to-check-in-order-to-support-the-iphone-5s-longer-screen

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!