需要帮助设置 UITableViewCell 的背景图像

发布于 2024-11-30 02:24:30 字数 495 浏览 0 评论 0原文

我正在为 UITableViewCell 使用背景图像。

如果我只是设置单元格的背景,但保持其他所有内容相同,我会得到:

在此处输入图像描述

I如果我在 viewDidLoad 中使用此代码并且它修复了单元格,但它使导航栏透明:

self.navigationController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]]; 
self.tableView.backgroundColor = [UIColor clearColor];

在此处输入图像描述

有没有办法得到导航栏返回并使单元格看起来正常?

I'm using a background image for my UITableViewCell.

If I just set the background of the cell, but keep everything else the same, I get this:

enter image description here

I'm if I use this code in viewDidLoad and it fixes the cell but it is making the navbar transparent:

self.navigationController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]]; 
self.tableView.backgroundColor = [UIColor clearColor];

enter image description here

Is there way to get the navbar back and get the cell looking normal?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九厘米的零° 2024-12-07 02:24:30

在大多数情况下,我不认为 UIPopovers 就背景而言有很多视觉选项。

For the most part, I don't believe UIPopovers have many visual options as far as background.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文