TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Denis Chaschin.
iOS customizable month picker component
The easiest way is to use CocoaPods. It takes care of all required frameworks and third party dependencies:
pod 'MAKMonthPicker', '~> 0.0'
self.monthPicker.format = MAKMonthPickerFormatMonth | MAKMonthPickerFormatYear;
self.monthPicker.monthFormat = @"%n | %c";
self.monthPicker.date = [NSDate dateWithTimeIntervalSinceNow:-ktTimeInMonth];
self.monthPicker.yearRange = NSMakeRange(2000, 100);
The result looks like: