gpt4 book ai didi

ios - 调暗 UITableViewCell 上的 tintColor

转载 作者:行者123 更新时间:2023-11-29 13:04:59 27 4
gpt4 key购买 nike

这是一个打开模态(“添加成分”)的 UITableViewCell:

enter image description here

我正在设置标签颜色以匹配应用程序的 tintColor:

cell = [[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:nil];
cell.textLabel.text = @"Add Ingredients...";
cell.textLabel.textColor = [self.view tintColor];

当出现 UIAlertViewUIActionSheet 时,如何使文本颜色变暗?此行为是按钮和其他控件的默认行为,但不是单元格的文本标签。

我找到了对 tintAdjustmentMode 和 tintColorDidChange 的引用,但不知道如何使用它们。

或者我应该在我的单元格中添加一个按钮吗?我以前使用这种方法的经验并不是最佳的 - 响应性有副作用。

最佳答案

我相信你是对的。您应该能够覆盖 CustomUITableViewCell 中的 tintColorDidChange 方法。

http://www.qubop.com/ios7.pdf

关于ios - 调暗 UITableViewCell 上的 tintColor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18855080/

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