Skip to content

iOS 15 preferredDatePickerStyle inline Time not working #122

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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