Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.
/ MNCalendarView Public archive
forked from min/MNCalendarView

Highly customizable calendar component for iOS apps

License

Notifications You must be signed in to change notification settings

akiroom/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.1%
  • Ruby 1.9%