CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

MNCalendarView@aceontech 0.1.0

MNCalendarView@aceontech 0.1.0

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

Maintained by Alex Manarpies.




  • By
  • Min Kim

MNCalendarView

MNCalendarView is a customizable calendar component backed by UICollectionView.

Basic Usage

MNCalendarView *calendarView = [[MNCalendarView alloc] initWithFrame:self.view.bounds];
calendarView.selectedDate = [NSDate date];
calendarView.delegate = self;

Example

Calendar