DatePickerDialog-iOS-Swift
DatePickerDialog-iOS-Swift copied to clipboard
Only years in the picker
Is it able to show only years in the picker? Just without days and months.
Unfortunately it cannot show only years because we use an UIDatePicker inside the dialog.
You could change the code and convert it into an UIPickerView instead.
I don't think this feature is a priority since even apple doesn't implement years only on UIDatePicker