这是我的JSON数据
result=(
{
currentCheckIn = 1501678485000;
firstCheckIn = 1501649015000;
id = 1;
},
{
currentCheckIn = 1501822548000;
firstCheckIn = 1501822547000;
id = 2;
}
)
我在这个函数中调用了方法
- (void)connectionDidFinishLoading:(NSURLRequest *)connection {
[self calendarMonthView:self marksFromDate:startdate toDate:lastdate];
}
但是我收到一个错误“不兼容的指针类型将'CalendarMonthViewController *'发送到TKCalenderMonthView类型的参数'”
请帮助我如何根据 tapku 中的JSON开始和结束日期设置标记以及如何在所选标记上设置事件? 提前谢谢