MNCalendarView is a customizable calendar component backed by UICollectionView.
MNCalendarView *calendarView = [[MNCalendarView alloc] initWithFrame:self.view.bounds];
calendarView.selectedDate = [NSDate date];
calendarView.delegate = self;| Name | Name | Last commit date | ||
|---|---|---|---|---|