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

Iphone 如何在Tapku日历中显示月份?,iphone,objective-c,cocoa-touch,ios4,tapku,Iphone,Objective C,Cocoa Touch,Ios4,Tapku,我在iPhone应用程序中使用Tapku日历 我有日期2012-11-03 00:00:00+0000 我想在日历中显示十一月的月份 请建议我如何执行此操作?在您的TKCalendarMonthView上调用以下方法: /** Selects a specific date in the month grid. @param date The date that will be highlighed. */ - (void) selectDate:(NSDate*)date; 请明确你想

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

我有日期
2012-11-03 00:00:00+0000

我想在日历中显示十一月的月份


请建议我如何执行此操作?

在您的
TKCalendarMonthView上调用以下方法:

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

请明确你想要什么???我想在tapku日历上显示11月份。请注意,我已经有了我在问题“2012-11-03 00:00:00+0000”中提到的月份和日期。好的,您希望在显示该月时显示该月,对吗??
[calendar selectDate:yourDate];