官方问题答案:https://developer.apple.com/library/ios/qa/qa1797/_index.htmlhtml
官方建议: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/TransitionGuide/SupportingEarlieriOS.htmios
总结:app
官方的建议方式就是两种 :1,经过 autolayout。 (ios 6+)。ide
2,(我的推荐 )经过设置每一个须要控制的 view 的offset ( ios 5.0 +).ui
看来之后纯代码写界面比较行不通了,用IB 能够比较直观的制做出 在同一个app里 适应不一样ios版本,不一样分辨率 的界面。htm