NTMonthYearPicker

MIT License
Objective-C
iOS

1 image

Author

Description

NTMonthYearPicker is a simple month / year picker component for use in iOS applications.

The standard iOS UIDatePicker component only allows you to specify full dates (i.e. day, month and year), but you can use NTMonthYearPicker in cases where you need the user to specify only the month and the year, or only the year.

NTMonthYearPicker is a drop-in replacement for UIDatePicker; it extends UIControl, exactly like UIDatePicker does, and re-implements all relevant functionality.

Tags