Skip to content

min/MNCalendarView

Repository files navigation

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

About

Highly customizable calendar component for iOS apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published