作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个禁用行:
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/
我有一个禁用行: XLFormRowDescriptor *row = ... XLFormRowDescriptorTypeText ... row.disabled = @YES 默认情况下,禁用
我是一名优秀的程序员,十分优秀!