Dates without years?

Our app allows users to set anniversaries: think of a birthday as an example. This means that the user needs to be able to enter a day-month-year date or a day-month date.

At present we have to synthesise a clone of UIDatePicker which allows "----" as an additional year after "2020".

Does the new UIDatePicker have any ability to make the year optional?

Replies

UIDatePicker does not support year-less dates, but it is a feature we've had requests for – I would recommend submitting your own feedback request for it.