gpt4 book ai didi

swift - CollectionView中的Flowlayout左对齐

转载 作者:行者123 更新时间:2023-11-30 11:38:46 26 4
gpt4 key购买 nike

我目前正在尝试在我的 Collection View 上进行左对齐。我使用 FlowLayout 是因为我需要 EstimatedSize 属性来调整单元格的大小(里面的标签并不总是具有相同的宽度)。代码如下:

    itemCollectionView.collectionViewLayout .invalidateLayout()

if let flowLayout = itemCollectionView.collectionViewLayout as? UICollectionViewFlowLayout {
flowLayout.estimatedItemSize = CGSize(width: 150, height: 35)
flowLayout.sectionInset = UIEdgeInsetsMake(8, 8, 0, 8)
flowLayout.minimumInteritemSpacing = 0

Here is the result

我试图将左侧插入设置为 8,但它不起作用,它使元素居中。对于多个元素,它会做同样的事情并在单元格之间产生可怕的间隙。

感谢您的帮助!

最佳答案

使用 TagCellLayout pod 修复了它:https://github.com/riteshhgupta/TagCellLayout

关于swift - CollectionView中的Flowlayout左对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49451852/

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