如何在部分和分页部分添加两个新单元格?

时间:2019-05-06 13:33:10

标签: ios swift collectionview

假设我们在UICollection View中有如下两个部分:

   -----------------  ----------------- -----------------
   |header section0|   0-0   |   0-1   |footer section0
   |header section1|   0-0   |   0-1   |footer section1
   -----------------  ----------------- -----------------

如果要添加这样的多节内容(CollectionView中的两列):

![screenshot2] [2]

   -------------  ---------------  -----------------   -----------------  -----------  -------
   |header sec0|   0-0   |   0-1   |footer sec0          |header section5| 0-0  | 0-1 | footer 
   |header sec1|   0-0   |   0-1   |footer sec1   ||     |header section6| 0-0  | 0-1 | footer 
   |header sec2|   0-0   |   0-1   |footer sec2   ||     |header section7| 0-0  | 0-1 | footer 
   |header sec3|   0-0   |   0-1   |footer sec3   ||     |header section8| 0-0  | 0-1 | footer 
   |header sec4|   0-0   |   0-1   |footer sec4   ||     |header section9| 0-0  | 0-1 | footer 
   -------------  ----------------- -----------------

我看了看文档,似乎找不到一个简明的答案。请帮助我,谢谢

1 个答案:

答案 0 :(得分:0)

我只将垂直堆栈视图用作节的页眉和页脚