diff --git a/SwiftForms/cells/FormDateCell.swift b/SwiftForms/cells/FormDateCell.swift index 001c805..e0fa17f 100644 --- a/SwiftForms/cells/FormDateCell.swift +++ b/SwiftForms/cells/FormDateCell.swift @@ -37,6 +37,10 @@ open class FormDateCell: FormValueCell { titleLabel.text = rowDescriptor?.title + if #available(iOS 13.4, *) { + datePicker.preferredDatePickerStyle = .wheels + } + if let rowType = rowDescriptor?.type { switch rowType { case .date: