gpt4 book ai didi

iPhone SDK - 突出显示 TableView 中选定的单元格

转载 作者:行者123 更新时间:2023-12-03 20:28:37 24 4
gpt4 key购买 nike

我在 tableView 中有一个 customTableViewCell。我在选择时突出显示单元格,

cell.selectionStyle = UITableViewCellSelectionStyleBlue;

但是,tableView 如下图所示。

enter image description here

它隐藏了 customCell 中的标签和文本。我只想简单地突出显示单元格,而不隐藏背景图像和标签。我不知道我在哪里犯了错误,无论是在代码中还是在IB中。 。

最佳答案

cell.selectionStyle = UITableViewCellSelectionStyleNone;
cell.Your_imageView.highlightedImage = [UIImage imageNamed:@"Your_image_Name.png"];

这会很好地工作

关于iPhone SDK - 突出显示 TableView 中选定的单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6302699/

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