0

所以,我一直在阅读和阅读这个主题,但没有地方对我有确切的答案。如何为 iPhone5 和更早的型号提供应用程序?你只需要一个iOS5版本和一个iOS6版本吗?

任何建设性的帮助,谢谢大家。

4

1 回答 1

0

Build an app using iOS 6 as the Base SDK and use the Auto Layout feature to make screens that can scale for all type of screens. You'll need Xcode 4.5 to do this.

Get started with Auto Layout here:
http://www.raywenderlich.com/20881/beginning-auto-layout-part-1-of-2
http://www.raywenderlich.com/20897/beginning-auto-layout-part-2-of-2

Other apps will also work on iPhone 5 but will have black bars on top and bottom.

于 2012-10-05T07:02:17.677 回答