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];