博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年8月31日

摘要: 1. //后台播放AVAudioSession *session = [AVAudioSession sharedInstance];[session setActive:YES error:nil];[session setCategory:AVAudioSessionCategoryPlayback error:nil];2. 让后台可以处理多媒体的事件[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];Remote-control events originate as commands issued 阅读全文

posted @ 2011-08-31 17:05 BradyChen 阅读(1863) 评论(0) 推荐(0) 编辑

摘要: 1. 插入AppDelegate *app = [[UIApplication sharedApplication] delegate];NSManagedObjectContext *context = [app managedObjectContext];NSManagedObject *newManagedObject = [NSEntityDescription insertNewObjectForEntityForName:@"entityname" inManagedObjectContext:context];[newManagedObject setValu 阅读全文

posted @ 2011-08-31 17:04 BradyChen 阅读(2104) 评论(0) 推荐(0) 编辑