摘要:
UILocalNotification*notification=[[UILocalNotificationalloc]init];if(notification!=nil) {NSLog(@">> support local notification"); notification.fireDate=[NSDatedateWithTimeIntervalSinceNow:10]; notification.timeZone=[NSTimeZonedefaultTimeZone]; notification.alertBody=@"该去吃晚饭了!&qu 阅读全文
posted @ 2011-09-23 17:44
Likwo
阅读(3344)
评论(0)
推荐(1)