我使用下面的代碼爲過去events.Please告訴我過去的活動過去的事件不能顯示在日曆編程
NSDate* endDate = [NSDate dateWithTimeIntervalSinceNow:[[NSDate distantFuture] timeIntervalSinceReferenceDate]];
NSPredicate *fetchCalendarEvents = [store predicateForEventsWithStartDate:[NSDate distantPast] endDate:endDate calendars:nil];
NSArray *eventList = [store eventsMatchingPredicate:fetchCalendarEvents];
NSLog(@"allevent:%@",eventList);
請告訴我解決方案 – 2014-10-30 01:11:14