gpt4 book ai didi

ios - 如何为自定义单元设置拐角半径

转载 作者:行者123 更新时间:2023-12-04 21:27:17 25 4
gpt4 key购买 nike

enter image description here

这是我的示例输出,在下面的详细信息中,有三个单元格,我为每个自定义单元格设置了转角半径。但是它无法正常工作。第一个单元格的转角半径不起作用,第二个单元格的右上角和顶部左边在工作,请说一下该怎么做

   -(void)layoutSubviews
{
[super layoutSubviews];
self.backgroundColor = [UIColor clearColor];
self.contentView.layer.cornerRadius =5;
self.contentView.layer.masksToBounds = YES;

}

我已经将以上代码应用于我的单元格类文件

最佳答案

在cellForRowAtIndexPath中使用

    cell.layer.cornerRadius=5

如果在不同部分中有不同的单元格,请确保为所有部分编写了此代码

关于ios - 如何为自定义单元设置拐角半径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35355386/

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