squimer / DatePickerDialog-iOS-Swift

Date picker dialog for iOS
MIT License
580 stars 177 forks source link

Only years in the picker #58

Open Tsymlov opened 7 years ago

Tsymlov commented 7 years ago

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

lfarah commented 7 years ago

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