1

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

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

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

请建议我该怎么做?

4

2 回答 2

1

在您的 上调用以下方法TKCalendarMonthView

/** Selects a specific date in the month grid. 
 @param date The date that will be highlighed.
 */
- (void) selectDate:(NSDate*)date;
于 2012-10-12T06:08:09.520 回答
1
[calendar selectDate:yourDate];
于 2012-10-12T06:31:29.377 回答