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 并且想知道是否有更好的方法来为视图中的单个单元格创建紧密包装。现在,如果一列中有一个较大的单元格,则该列中的其余单元格将居中,如下所示:
是否有可能实现这样的目标?:
这是可能的,但不会使用默认布局。您需要编写一个自定义布局子类。