AYPopupPickerView
AYPopupPickerView copied to clipboard
Option to select month and year - Feature request
You can change datePickerMode.
let popupDatePickerView = AYPopupDatePickerView()
popupDatePickerView.datePickerView.datePickerMode = .date
This option gives days also. The feature that I requested is to see the months and years in a picker and select it.