MAKMonthPicker 0.0.1

MAKMonthPicker 0.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Denis Chaschin.




  • By
  • Denis Chaschin

iOS customizable month picker component

Installation

The easiest way is to use CocoaPods. It takes care of all required frameworks and third party dependencies:

pod 'MAKMonthPicker', '~> 0.0'

Usage example

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:

image alt image alt image alt