squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
580 stars 177 forks source link

iOS 15 preferredDatePickerStyle inline Time not working #122

Open kienwei518 opened 2 years ago

kienwei518 commented 2 years ago

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") } } IMG_3035

IMG_3036