Mikel Díaz
Results
2
comments of
Mikel Díaz
This is the code using DatePickerDialog. It works perfectly in ios < 14 DatePickerDialog().show("Event Date", doneButtonTitle: "Accept", cancelButtonTitle: "Cancel", datePickerMode: .date) { (date) -> Void in if (date != nil)...
Thank you very much lexin! now works. You are the best.