我试图在使用 Eventkit 框架添加事件时提前 1 年设置开始日期。
到目前为止,我已经看过了,做了谷歌搜索并尝试了
controller.event.startDate = [[[NSDate alloc] initWithTimeInterval: 525960];
controller.event.endDate= [[NSDate alloc] init];
我收到一条错误消息NSDate declares the selector initWithTimeInterval