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.
我如何在 IOS5 和 IOS6 中处理布局。以前我在 IOS5 中开发了我的应用程序。现在我面临布局问题(3.5 和 4 英寸)。我已经完成了很多研发工作,发现我们可以使用约束来解决它,但我不理解约束的概念。任何人都可以在不使用两个 xib 的情况下帮助我这样做吗?我找到了这个链接
我如何继续前进,但同时提供向后兼容性?任何建议都会很棒。
不要使用 AutoLayout,因为您的 iOS5 用户甚至无法运行您的应用程序。在 Interface Builder 中保持未选中“使用自动布局”。相反,在 IB 中使用 springs 和 struts 或autoresizingMask在代码中使用视图的属性。
autoresizingMask