gpt4 book ai didi

iphone - UITableViewCell 分组样式中的方形而不是圆角

转载 作者:太空狗 更新时间:2023-10-30 03:56:59 25 4
gpt4 key购买 nike

我想为分组的表格 View 单元格设置方角,而不是默认的圆角,而且我不只是想使用图像来实现这种效果。可能吗?

最佳答案

最简单的是,在您的 tableView:cellForRowAtIndexPath: 中使用

cell.backgroundView = [[[UIView alloc] initWithFrame:cell.bounds] autorelease];

关于iphone - UITableViewCell 分组样式中的方形而不是圆角,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7695129/

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