如何设置 UITableViewCell 背景透明?

Posted

技术标签:

【中文标题】如何设置 UITableViewCell 背景透明?【英文标题】:how to set UITableViewCell background tranparent? 【发布时间】:2010-01-22 09:46:06 【问题描述】:

我在努力

cell.backgroundColor = [UIColor clearColor];

但那是黑色。

感谢和问候。

【问题讨论】:

【参考方案1】:

请查看此帖子: How to create a UITableViewCell with a transparent background

【讨论】:

当我使用该代码时,它给了我一个错误:'UIView'之前的预期表达式 也许您可以在看到错误的代码周围重新发布几行。您的回复无助于我们为您提供帮助。 确保您的 .h 文件中有 #import <UIKit/UIKit.h> 我也写了#import语句。

以上是关于如何设置 UITableViewCell 背景透明?的主要内容,如果未能解决你的问题,请参考以下文章

UITableViewCell 透明背景(包括imageView/accessoryView)

动画时透明UITableViewCell闪烁背景

iOS UITableViewCell点击时子视图背景透明的解决方法

如何在 UITableViewCell 中获得透明的附件视图? (带截图)

如何将 UITableViewCell 从“正常”视图切换为透明,然后再返回

UITableViewCell未选中时如何将其背景视图设置为选中的背景?