Finished the view, need to display the eventsblock

This commit is contained in:
Alexandre Cloutier
2014-04-22 17:47:29 -04:00
parent 57b747c24a
commit f9869d19b4
5 changed files with 315 additions and 131 deletions

View File

@@ -33,7 +33,7 @@ static NSArray *layoutItems = nil;
{
if (!layoutItems)
{
layoutItems = [NSArray arrayWithObjects: @"LIST", @"WEEK", @"MONTH", nil];
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", @"MONTH", nil];
[layoutItems retain];
}