【发布时间】:2011-09-13 10:57:55
【问题描述】:
大家好,谁能解释一下如何将 UILocalNotifications 添加到数组中
【问题讨论】:
标签: iphone ios4 push-notification apple-push-notifications
大家好,谁能解释一下如何将 UILocalNotifications 添加到数组中
【问题讨论】:
标签: iphone ios4 push-notification apple-push-notifications
这是一个例子:
UIApplication* app = [UIApplication sharedApplication];
NSArray *existingNotifications = [app scheduledLocalNotifications];
【讨论】: