How to set date color in UIDatePicker in iOS 13
Issue #535
1 | datePicker.setValue(UIColor.green, forKey: "textColor") |
In iOS 14
1 | if #available(iOS 14.0, *) { |
Inspect attributes
Updated at 2020-06-24 06:32:07
Issue #535
1 | datePicker.setValue(UIColor.green, forKey: "textColor") |
In iOS 14
1 | if #available(iOS 14.0, *) { |
Updated at 2020-06-24 06:32:07