DatePickerDialog-iOS-Swift icon indicating copy to clipboard operation
DatePickerDialog-iOS-Swift copied to clipboard

iOS 15 preferredDatePickerStyle inline Time not working

Open kienwei518 opened this issue 3 years ago • 0 comments

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

kienwei518 avatar Dec 30 '21 07:12 kienwei518