2015年9月3日

2. GCD的使用(线程间通信---子线程执行耗时操作/主线程更新UI)

摘要: //// ViewController.m// 07-线程间通信(加载图片,在主线程中更新UI)//// Created by Jasperay on 15/9/3.// Copyright (c) 2015年 @aLonelyRoot3. All rights reserved.//#im... 阅读全文

posted @ 2015-09-03 15:43 aLonelyRoot3 阅读(383) 评论(0) 推荐(0) 编辑

1. 关于GCD的使用(串并行队列和同步异步函数的问题)

摘要: /*------------------------------ GCD使用 1.队列和任务------------------------------------------*/重点:1."串行队列"? "并发队列"? 2.block?{ 1.GCD(Grand Central Dispat... 阅读全文

posted @ 2015-09-03 14:58 aLonelyRoot3 阅读(247) 评论(0) 推荐(0) 编辑

导航