gpt4 book ai didi

ios - 如何更改 XLForm 禁用的行文本颜色 [XLFormRowDescriptorTypeText]

转载 作者:行者123 更新时间:2023-11-29 12:13:32 35 4
gpt4 key购买 nike

我有一个禁用行:

XLFormRowDescriptor *row = ... XLFormRowDescriptorTypeText ...
row.disabled = @YES

默认情况下,禁用行的颜色为灰色,但我需要更改其默认颜色。

我尝试设置它的 'textField.textColor' ,但这不起作用。

我的问题是,如何更改默认颜色?

最佳答案

这对我有用:

XLFormRowDescriptor *row = ... XLFormRowDescriptorTypeText ... row.disabled = @YES

[row.cellConfigIfDisabled setObject:[UIColor redColor] forKey:@"textLabel.textColor"];

关于ios - 如何更改 XLForm 禁用的行文本颜色 [XLFormRowDescriptorTypeText],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32597822/

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