Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/min/MNCalendarView

Highly customizable calendar component for iOS apps
https://github.com/min/MNCalendarView

Last synced: 3 months ago
JSON representation

Highly customizable calendar component for iOS apps

Awesome Lists containing this project

README

        

MNCalendarView
==============

MNCalendarView is a customizable calendar component backed by UICollectionView.

## Basic Usage

```objective-c
MNCalendarView *calendarView = [[MNCalendarView alloc] initWithFrame:self.view.bounds];
calendarView.selectedDate = [NSDate date];
calendarView.delegate = self;
```

## Example

Calendar