随笔分类 -  iOS多线程

摘要:- (IBAction)blockQueue:(UIButton *)sender { NSOperationQueue *queue = [[NSOperationQueue alloc]init]; NSBlockOperation * operation = [NSBloc... 阅读全文
posted @ 2015-06-10 12:04 app珊 阅读(897) 评论(0) 推荐(0)
摘要:创建NSOperationQueue 对象NSOperationQueue *queue = [[NSOperationQueue alloc]init];创建NSInvocationOperation对象NSInvocationOperation *operation = [[NSInvocati... 阅读全文
posted @ 2015-06-10 11:47 app珊 阅读(137) 评论(0) 推荐(0)