CollectionView自定义布局2单元格相同的行

时间:2016-09-08 09:59:40

标签: ios swift autolayout uicollectionview xcode7

我想实现一个自定义CollectionView,其中标题之后的部分在同一行上有两个cells,其余的单元格像这样获得容器的整个宽度。

enter image description here

问题是我需要这些才能用于不同的屏幕尺寸,甚至我测试的屏幕尺寸(iPhone 6)也无法按预期工作。

输出是这样的。 enter image description here

我的每个部分都有custom个班级单元格,我只有CustomFlowLayout班级我不知道怎么做!

0 个答案:

没有答案