DatePickerDialog-iOS-Swift
DatePickerDialog-iOS-Swift copied to clipboard
iOS 15 preferredDatePickerStyle inline Time not working
iOS 14 is working fine..issues come out when upgrade to iOS 15
Date are working fine, but the time tapped, but no respond.. unable to select other time.. minDate set today, maxDate set one year later
if #available(iOS 14.0, *) {
self.datePicker.preferredDatePickerStyle = .inline
DispatchQueue.main.async {
self.datePicker.setValue(UIColor.red, forKey: "textColor")
}
}