gpt4 book ai didi

ios - UICollectionViewCell 在图像数组中调整大小

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

嗨,我有一个由不同大小的图像组成的图像数组。我将在水平 UICollectionView 中显示它们。我需要以相同的高度、相同的填充(不是单元格中间空间,而是图像的外观)和不同的宽度来显示这些图像。

示例:

enter image description here

任何帮助将不胜感激!

最佳答案

你需要实现这个方法,在它内部生成你的随机宽度并将其传递给宽度参数

func collectionView(_ collectionView: UICollectionView, 
layout collectionViewLayout: UICollectionViewLayout,
sizeForItemAt indexPath: IndexPath) -> CGSize {
return CGSize(width:<#variableWidth#>,height:<#sameHeight#>)
}

关于ios - UICollectionViewCell 在图像数组中调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50708870/

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