Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 IOS6 中开发一个应用程序,它应该可以在 iphone 4s、5、iPad 和 iPad mini 上运行。如果设备具有以前版本的 IOS,该应用程序是否可以工作。我也可以在这种情况下使用故事板和 ARC 功能。
ARC至少需要iOS4。故事板需要 iOS5,自动布局需要 iOS6。如果应用程序安装在操作系统较低的设备上,您将无法使用任何 iOS6 特定的 API 调用。
将项目的部署目标设置为您想要支持的最低 iOS 版本。