gpt4 book ai didi

ios - 使用外观更改背景颜色 TableView 箭头?

转载 作者:行者123 更新时间:2023-11-28 21:42:40 24 4
gpt4 key购买 nike

我正在开发一个使用主题的应用程序。为此,我在 iOS 中使用 Appearance。我能够更改 View 的背景颜色。因此,当我更改背景颜色时UIButton 的 UITable 中 Arrow 的背景颜色也发生了变化。

代码

 UIColor *color=[UIColor orangeColor];
[[UIButton appearance] setBackgroundColor:color];

屏幕

image

最佳答案

根据 Apple's documentation of the UIAppearance protocol .

To customize the appearances for instances of a class when contained within an instance of a container class, or instances in a hierarchy, use appearanceWhenContainedIn: to get the appearance proxy for the class.

在你的情况下我建议

[[UIButton appearanceWhenContainedIn:[UITableView class], nil] setBackgroundColor:nil];

关于ios - 使用外观更改背景颜色 TableView 箭头?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31423579/

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