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.
我认为有一个非常简单的解决方案,可能有人可以提供一些简单的建议。我在视图控制器中有两个元素,并希望根据旋转来更改位置:
纵向:元素 A 在底部,元素 B 在顶部
横向:左侧元素 A,右侧元素 B。
您需要覆盖 UIViewController 类 willAnimateRotationToInterfaceOrientation:duration: 方法来重新定位元素 A 和 B。您不能使用自动调整大小掩码来执行此操作(如果您正在考虑该方法)。