iOS开发多线程篇—创建线程
摘要:
iOS开发多线程篇—创建线程 一、创建和启动线程简单说明 一个NSThread对象就代表一条线程 创建、启动线程 (1) NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(run) object:n 阅读全文
posted @ 2016-06-06 12:38 快乐加油站789 阅读(131) 评论(0) 推荐(0)
浙公网安备 33010602011771号