Posts

Post not yet marked as solved
3 Replies
5.2k Views
I am using Xcode Version 12.0 (12A7208) with… picker.preferredDatePickerStyle = .wheels I have tried: picker.setValue(UIColor.white, forKeyPath: "textColor") // crash and … picker.tintColor = UIColor.white // no change and … UILabel.appearance(whenContainedInInstancesOf: [UIDatePicker.self]).textColor = UIColor.white // no change
Posted
by osteven.
Last updated
.