iOS 13.4 日期选择器紧凑型不突出显示当前日期或在显示选择器时更改模糊背景?
Posted
技术标签:
【中文标题】iOS 13.4 日期选择器紧凑型不突出显示当前日期或在显示选择器时更改模糊背景?【英文标题】:iOS 13.4 Date Picker compact not highlighting current day or change blurred background when picker is shown? 【发布时间】:2021-08-20 03:21:34 【问题描述】:是否可以在 ios 13.4 DatePicker - compact preferredDatePickerStyle 中不突出显示当前日期,以实现所有日期都具有非突出显示颜色?
【问题讨论】:
【参考方案1】:你可以使用这些:
self.startDatePicker.setValue(UIColor.clear, forKey: "textColor")
self.startDatePicker.setValue(false, forKey: "highlightsToday")
【讨论】:
目前无法在 iOS 13.4 上运行,应用崩溃以上是关于iOS 13.4 日期选择器紧凑型不突出显示当前日期或在显示选择器时更改模糊背景?的主要内容,如果未能解决你的问题,请参考以下文章