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.
我正在尝试制作一个在 UICollectionView 中只有一行单元格的应用程序,但是我正在使用 FlowLayout 并堆叠单元格,如下所示。
我想让它变成这样。用户可以向左或向右滑动以进入下一个单元格。这可能吗?
您必须做 3 件事:将 FlowLayout 设置为水平滚动,启用分页,并设置单元格的大小以占据整个空间。所有这些都可以在 CollectionView 设置中的 nib 文件中完成:(CollectionView - ScrollDirection、ScrollView - 启用分页和 CollectionViewSize - 单元格大小/高度)。