I am using Xcode Version 12.0 (12A7208) with…
I have tried:
and …
and …
Code Block picker.preferredDatePickerStyle = .wheels
I have tried:
Code Block picker.setValue(UIColor.white, forKeyPath: "textColor") // crash
and …
Code Block picker.tintColor = UIColor.white // no change
and …
Code Block UILabel.appearance(whenContainedInInstancesOf: [UIDatePicker.self]).textColor = UIColor.white // no change