我有JSON响应,给出了一个月内计划事件的不同日期。我在iOS应用程序中使用Tapku日历。
我有以下问题:
提前谢谢。
发布于 2013-01-22 06:47:33
我不确定,但也许你可以把这个代表的日期记下来,calendarMonthView:-
-(NSArray *)calendarMonthView:(TKCalendarMonthView *)monthView marksFromDate:(NSDate *)startDate toDate:(NSDate *)lastDate
{
// adds marks to the individual dates
// return an array containing boolean values (YES/NO)
// whether to mark the date[index];
}https://stackoverflow.com/questions/14452995
复制相似问题