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.
可能重复: 在 iOS 6 中启用自动布局,同时保持向后兼容 iOS 5
我的老板要我做一个与 iPhone 5/4/4S 和 iOS 6/5 兼容的应用程序
是否可以 ?
我可以使用 NSLayoutConstaint 吗?
您可以创建一个支持 iOS 4.3 以上任何版本的应用程序,它可以在支持 iOS 4.3 或更高版本(或 5.0 及更高版本,如果您选择)的所有设备上运行。
但是,NSLayoutContraint 仅在 iOS 6.0 及更高版本中存在。您将需要为应用程序使用其他机制来支持 iOS 5.x。
不,不可能。NSLayoutConstaint仅在 iOS 6 上可用。您仍然可以在 iOS 5 上使用 Autoresing 掩码进行布局
NSLayoutConstaint