kmcgill88 / McPicker-iOS

McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
MIT License
213 stars 43 forks source link

Is there a way to use McPicker as a DatePicker? #54

Open vendulasvastal opened 5 years ago

kmcgill88 commented 5 years ago

As of today, there is no date picker support. Sorry. PR's are absolutely welcome!😃

dolebrant commented 4 years ago

I think by using a basic iso formatting YYYY | MM | DD would be the best solution. But the one issue required would be the ability to "PREVENT" the closing of the Picker if an invalid date is selected. Not sure if this is already present within the code without making too much modifications ?