It is now possible to print the calendar as a list, dayView or weekView

This commit is contained in:
Alexandre Cloutier
2014-04-25 18:04:24 -04:00
parent f9869d19b4
commit 9dc07fccc0
4 changed files with 337 additions and 105 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ static NSArray *layoutItems = nil;
{
if (!layoutItems)
{
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", @"MONTH", nil];
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", nil];
[layoutItems retain];
}