• Stars
    star
    398
  • Rank 108,325 (Top 3 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Highly customizable calendar component for iOS apps

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