Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 iPhone 应用程序中使用 Tapku 日历,
我有约会2012-11-03 00:00:00 +0000,
2012-11-03 00:00:00 +0000
我想November在日历中显示月份。
November
请建议我该怎么做?
在您的 上调用以下方法TKCalendarMonthView:
TKCalendarMonthView
/** Selects a specific date in the month grid. @param date The date that will be highlighed. */ - (void) selectDate:(NSDate*)date;
[calendar selectDate:yourDate];