在 UITableView 的标题栏下添加阴影

发布于 2024-11-29 16:16:04 字数 152 浏览 0 评论 0原文

你知道如何在 UITableView 的标题栏下添加阴影吗?

顺便说一句,只有一个标题。

这是一个示例: 在此处输入图像描述

谢谢,Niels

Do you know how I can add a shadow under a header bar in a UITableView ?

By the way, there is only one header.

Here is an example : enter image description here

Thanks, Niels

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

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

发布评论

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

评论(1

九厘米的零° 2024-12-06 16:16:04

您可以尝试尝试以下方法(来自 UITableViewDataSoruce):

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

这允许您为表视图标题设置自定义视图,因此您可以放置​​带有阴影的自定义图像。

You could try experimenting with the following method (from UITableViewDataSoruce):

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section

This allows you to set a custom view for your table view headers, and you could therefore put a custom image with drop shadow on.

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