DatePickerDialog-iOS-Swift icon indicating copy to clipboard operation
DatePickerDialog-iOS-Swift copied to clipboard

Only years in the picker

Open Tsymlov opened this issue 8 years ago • 1 comments

Is it able to show only years in the picker? Just without days and months.

Tsymlov avatar Jan 30 '17 08:01 Tsymlov

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

lfarah avatar Jan 31 '17 02:01 lfarah