如何从KalViewController中选择日期

时间:2012-11-01 01:01:23

标签: iphone objective-c ios

我正在使用Kal Calendar控件(链接:https://github.com/klazuka/Kal

我想从屏幕上的日历中选择日期,例如我有三个日期:NSDate1,NSDate2,NSDate3。我该如何从Kal的日历视图中选择这些日期

我的做法如下:

KalViewController *kal = [[[KalViewController alloc] initWithSelectedDate:[NSDate date]] autorelease];
[self.navigationController pushViewController:kal animated:YES];

我已将dataSource设置为日历,但它无法正常工作

enter image description here

0 个答案:

没有答案