在 UITableView 的标题栏下添加阴影
你知道如何在 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 :
Thanks, Niels
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试尝试以下方法(来自
UITableViewDataSoruce
):这允许您为表视图标题设置自定义视图,因此您可以放置带有阴影的自定义图像。
You could try experimenting with the following method (from
UITableViewDataSoruce
):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.