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.
如何在 iOS8 中使用带有自适应 UI 的“列”布局?我想要在 iPad 上实现的是这样的:
在 iPhone 上看起来像这样:
我可以弄清楚的大小,但现在如何让列像响应式 Web 布局一样真正嵌入行。有任何想法吗?
您需要了解如何使用尺寸类安装和卸载约束来实现布局更改。要更改滚动方向,您需要查看 UITransitionCoordinator。
Raywenderlich 的 iOS 8 书中有一个很棒的章节 (5) 关于这个确切的主题。有一个调色板项目,它有一个集合视图,可以纵向垂直滚动,横向滚动。当您旋转设备时,collectionViewCells 也会旋转。值得购买!