Is it any way to change text color of datepicker in iOS8? I\'ve that it isn\'t possible in iOS7 and prior, something changed in 8th version?
For example I\'ve found
It's working on iOS 10 only if you set both properties.
datePicker.setValue(UIColor.white, forKeyPath: "textColor") datePicker.setValue(false, forKeyPath: "highlightsToday")