gpt4 book ai didi

ios - 使用内联样式更改日期选择器的字体颜色

转载 作者:行者123 更新时间:2023-12-05 08:22:08 25 4
gpt4 key购买 nike

我需要更改我的 .inline 样式日期选择器的文本颜色。谷歌搜索让我找到了 this发布。

这适用于 .wheels 风格,但不适用于 .inline: ‏

我的代码:

class ViewController: UIViewController {

@IBOutlet weak var datePicker: UIDatePicker!

override func viewDidLoad() {
super.viewDidLoad()

datePicker.preferredDatePickerStyle = .inline

self.datePicker.backgroundColor = .blue

datePicker.setValue(UIColor.white, forKeyPath: "textColor")
datePicker.tintColor = .systemTeal
}

}

我们将不胜感激。

最佳答案

如果您想将字体颜色更改为白色,只需覆盖日期选择器的用户界面样式即可:

datePicker.overrideUserInterfaceStyle = .dark

关于ios - 使用内联样式更改日期选择器的字体颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65145225/

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