質問

I use Tapku calendar in my iPhone Application,

I have date 2012-11-03 00:00:00 +0000,

I want to display month of November in calendar.

Please suggest me how can i do this?

役に立ちましたか?

解決

Call the following method on your TKCalendarMonthView:

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

他のヒント

[calendar selectDate:yourDate];
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top