gpt4 book ai didi

ios - 在 Swift 中设置 UIDatePicker 的文本颜色

转载 作者:行者123 更新时间:2023-11-28 10:20:29 25 4
gpt4 key购买 nike

我需要将我的日期选择器的文本颜色设置为白色,我环顾四周并尝试通过创建一个类型为“Color”的名为“textColor”的 keyPath 来设置它,然后设置颜色,这有效很好,但当前日期保持黑色。有人对此有解决方案吗?

最佳答案

你可以使用

datePicker.setValue(UIColor.whiteColor(), forKeyPath: "Color")

或者试试

http://i.stack.imgur.com/9Z1xG.png

自定义Picker的另一种方式

DatePicker.backgroundColor = UIColor.blueColor()
DatePicker.setValue(UIColor.greenColor(), forKeyPath: "textColor")
DatePicker.setValue(0.8, forKeyPath: "alpha")

关于ios - 在 Swift 中设置 UIDatePicker 的文本颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35847463/

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