如何在Tapku日历中显示月份?

时间:2012-10-12 06:03:35

标签: iphone objective-c cocoa-touch ios4 tapku

我在我的iPhone应用程序中使用Tapku日历,

我有约会2012-11-03 00:00:00 +0000

我想在日历中显示November个月。

请建议我怎么做?

2 个答案:

答案 0 :(得分:1)

TKCalendarMonthView上调用以下方法:

/** Selects a specific date in the month grid. 
 @param date The date that will be highlighed.
 */
- (void) selectDate:(NSDate*)date;

答案 1 :(得分:1)

[calendar selectDate:yourDate];