我在我的iPhone应用程序中使用Tapku日历,
我有约会2012-11-03 00:00:00 +0000
,
我想在日历中显示November
个月。
请建议我怎么做?
答案 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];