gpt4 book ai didi

ios - 使用带有 FlowLayout 的 UICollectionView 的标签组件?

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

我想做的是在没有空间的情况下将每个 View 放在下一行。标签库正在使用的相同原则(这么认为)。我不希望他们滚动只是为了在下一行并左对齐。这是我的代码:

self.collection.register(UINib(nibName: "FlowCell", bundle: nil), forCellWithReuseIdentifier: "tag")
self.collection.showsHorizontalScrollIndicator = false
self.collection.showsVerticalScrollIndicator = false
self.collection.dataSource = self
self.collection.delegate = self
let layout = collection.collectionViewLayout as! UICollectionViewFlowLayout
layout.estimatedItemSize = CGSize(width: 10, height: 18)

这就是结果

  1. 具有水平滚动方向。这里我只有一行:

enter image description here

  1. 具有垂直滚动方向。这里的内容居中:

enter image description here

这就是我想要完成的:

enter image description here

当然,最后一张图像上的项目内容不同,但如果标签在同一行上不能有多个,我希望项目左对齐。

最佳答案

你应该尝试这个:

https://github.com/mokagio/UICollectionViewLeftAlignedLayout

看起来正是您想要的。

关于ios - 使用带有 FlowLayout 的 UICollectionView 的标签组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42410077/

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