bendodson / MonthYearWheelPicker

A UIPickerView subclass that allows you to quickly add a picker for just month and year; in most cases it can be used as a drop-in replacement for UIDatePicker.
https://bendodson.com
The Unlicense
183 stars 42 forks source link

Customize #6

Closed cesarmtz93 closed 7 years ago

cesarmtz93 commented 7 years ago

Hi first of all, great solution!

i was wondering if you might be planning on adding days, so that we can have the option to select the full date, as well as can i just show months only or years only?

bendodson commented 7 years ago

In that case I'd suggest using UIDatePicker that is already built into UIKit. This solution is only for month & year.