Date Picker looks squashed as input of a Text Field Date Picker looks squashed as input of a Text Field ios ios

Date Picker looks squashed as input of a Text Field


Try this:

if #available(iOS 13.4, *) {   datePicker.preferredDatePickerStyle = .wheels}