/ASNCalendar

This is a simple calendar.

Primary LanguageObjective-CMIT LicenseMIT

##ASNCaldnar Alt Text

##Usage

ASNCalendar *calendar = [[ASNCalendar alloc] initWithFrame:CGRectMake(0, 80, 320, 303)];
calendar.delegate = self;
[self.view addSubview:calendar];

##Author Yuki Asano, yuuki.1224.softtennis@gmail.com

##License ASNCaldnar is available under the MIT license. See the LICENSE file for more info.