Skip to content

iOS 15 preferredDatePickerStyle inline Time not working #122

@kienwei518

Description

@kienwei518

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions