gpt4 book ai didi

swift - ContentView 背景色 Swift

转载 作者:行者123 更新时间:2023-11-28 13:03:46 25 4
gpt4 key购买 nike

当我在表格 View 上选择一个单元格时,默认情况下它会将其 ContentView 背景颜色更改为浅灰色,我试图覆盖它。

我正在使用以下代码从选区中删除此灰色。但它正在删除该单元格内所有内容(UIViews、UIImageViews)的背景颜色。

有没有办法只消除ContentView的背景色?

    let changeselectionColor = UIView()
changeselectionColor.backgroundColor = UIColor.clearColor()
cell.selectedBackgroundView = changeselectionColor

我有下 TableView 单元格。

这是选中后的样子

enter image description here

这就是所有 BG 透明的结果

enter image description here

最佳答案

你不需要重写任何东西来达到这个效果,实际上UITableViewCell提供了去除高亮灰色的API:

cell.selectionStyle = UITableViewCellSelectionStyle.None

关于swift - ContentView 背景色 Swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33294276/

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