gpt4 book ai didi

ios - UITableViewHeaderFooterView 去除透明度

转载 作者:搜寻专家 更新时间:2023-10-30 20:17:29 29 4
gpt4 key购买 nike

我做了一些搜索,很多答案都说我需要创建一个自定义 UIView 并将其粘贴到 UITableViewHeaderFooterView 中。

目前,我正在像这样设置 AppDelegate 中的外观

   [[UITableViewHeaderFooterView appearance] setTintColor:[UIColor redColor]];

但我想去掉透明度。有没有一种方法可以从 appDelegate 执行此操作,而不必遍历我的整个应用程序并在使用 tableView 的任何地方更改 UITableViewHeaderFooterView

最佳答案

不幸的是,UITableViewHeaderFooterView 将其 backgroundViewbackgroundColor 设置为其 tintColor 的略透明版本。

作为解决方法,您可以设置 UITableViewHeaderFooterView 的任何 subview 的 backgroundColor

[[UIView appearanceWhenContainedIn:[UITableViewHeaderFooterView class], nil] setBackgroundColor:[UIColor redColor]];

关于ios - UITableViewHeaderFooterView 去除透明度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24650093/

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