gpt4 book ai didi

ios - 如何获取系统 UITableVIewCell 的详细标签的文本颜色?

转载 作者:可可西里 更新时间:2023-11-01 04:22:58 25 4
gpt4 key购买 nike

我真的很喜欢这种感觉。

还有一些其他系统颜色,我在 UIColor 文档中找不到它们的 API,

比如nib文件中按钮的默认文字颜色等

那么我可以使用它们吗?

我的意思是,它们只是颜色,没有风险,对吧?

或者是否有任何看起来像它们的 RGBA 值?非常感谢!

最佳答案

UITableViewCell *cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:@"cell"];
[[cell detailTextLabel] textColor]

textColor 将只返回单元格 detailTextLabel 的 UIColor 对象。

关于ios - 如何获取系统 UITableVIewCell 的详细标签的文本颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9210770/

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