Skip to content

genkikondo/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

Languages

  • Objective-C 98.2%
  • Ruby 1.8%