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?
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?