我正在开发基于 navigationController 的应用程序,全部以编程方式进行,没有 XIB。以前,当我使用 XIB 时,我会设置 springs & struts.
like so
但是现在我的应用程序都以编程方式完成了,那么,我该如何管理轮换?有这方面的教程吗?
我必须为每个 View 创建两个不同的 View Controller 吗?还是根据方向在同一个 View Controller 中显示UI元素?
Nib 中的 Spring 和支柱控制autoresizingMask
property of the UIView
.您可以以编程方式设置它们。这在 “Handling Layout Changes Automatically Using Resizing Rules” section of the *View Programming Guide for iOS 中有进一步的解释。 .
关于ios - 以编程方式处理 iOS 设备旋转,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9155145/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) | Powered by Discuz! X3.4 |