Gavin.han

致力于移动开发 技术改变生活

导航

随笔分类 -  ios多线程开发

摘要:1.NSThread2.NSOperationQueue3.GCDNSThread:创建方式主要有两种:[NSThread detachNewThreadSelector:@selector(myThreadMainMethod:) toTarget:self withObject:nil];和NS... 阅读全文

posted @ 2014-04-16 09:13 gavin.han 阅读(18893) 评论(0) 推荐(0)

摘要:http://blog.csdn.net/totogo2010/article/details/8016129GCD很好的博文 阅读全文

posted @ 2014-03-15 15:48 gavin.han 阅读(472) 评论(0) 推荐(0)