Initial drag'n'drop support in Calendar module

TODO:
- drag'n'drop in month's view;
- drag to create an all-day event;
- drag'n'drop to a calendar in the sidenav;
- touchscreen gestures support.
This commit is contained in:
Francis Lachapelle
2015-11-06 15:15:37 -05:00
parent fc16d6ad90
commit 2e02380a93
18 changed files with 1187 additions and 108 deletions
+2 -2
View File
@@ -284,9 +284,9 @@
return [daysToDisplay indexOfObject: currentTableDay];
}
- (NSString *) currentAppointmentHour
- (NSNumber *) currentAppointmentHour
{
return [NSString stringWithFormat: @"%.2d00", [currentTableHour intValue]];
return [NSNumber numberWithInt: [currentTableHour intValue]];
}
- (NSString *) labelForDay