gpt4 book ai didi

ios - UICollectionView 单元格绘图问题 swift

转载 作者:行者123 更新时间:2023-12-01 18:10:07 25 4
gpt4 key购买 nike

在我的项目中,我有 uicolelctionview和自定义单元格。在 collectionView:CellForItemAtIndexPath我得到了自定义单元格

let cell = collectionView.dequeueReusableCellWithReuseIdentifier(reuseIdentifier, forIndexPath: indexPath) as! CustomCollectionCell

并添加此代码
cell.personImage.layer.cornerRadius=(cell.bounds.size.height-10)/2
cell.personImage.layer.borderWidth=3
cell.personImage.layer.masksToBounds=true

我希望得到这种类型的 View :

enter image description here

但一些细胞看起来像这样:

enter image description here

我必须 reloatData 才能获得当前的单元格 View 。
仍然无法理解为什么我会得到这个错误

最佳答案

您可以尝试使用以下代码设置动态角半径:

cell.personImage.layer.cornerRadius = cell.personImage.frame.width / 2.0

希望这可以帮助 :)

关于ios - UICollectionView 单元格绘图问题 swift ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33180379/

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