如何将本地通知添加到数组

时间:2011-09-13 10:57:56

标签: iphone ios4 push-notification apple-push-notifications

Hello Guys任何人都可以解释如何将UILocalNotifications添加到数组

1 个答案:

答案 0 :(得分:1)

以下是一个例子:

UIApplication* app = [UIApplication sharedApplication]; 
NSArray *existingNotifications = [app scheduledLocalNotifications];