gpt4 book ai didi

ios UICollectionView 布局(部分的边距和移动)

转载 作者:行者123 更新时间:2023-11-29 01:15:23 28 4
gpt4 key购买 nike

我想要的是这样的: enter image description here

如您所见,第二部分的第一个气泡在左侧留有一些空间。

我现在拥有的是: enter image description here

我正在使用 UICollectionView,我认为答案应该是关于 UICollectionViewFlowLayout 的。所以我想知道:

(1)如何让偶数行有左边距

(2)如何让偶数行在添加左边距后稍微抬起。

非常感谢!!请帮帮我!!

最佳答案

cellForItemAtIndexPath方法中检查collection view的Cell是否在偶数行(indexPath.row % 2 == 0)。然后在它的位置添加一个padding。

关于ios UICollectionView 布局(部分的边距和移动),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35247670/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com