我正在使用addTimeInterval
创建本地通知,但它现在似乎已被弃用(iOS 4)。
我的代码:
localNotif.fireDate = [now addTimeInterval:timeInterval];
Xcode 的警告:
'addTimeInterval:' is deprecated (declared at /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSDate.h:27)
我应该改用什么?谢谢。