摘要: 1 创建线程 1.1 NSThread 使用 NSThread 来创建线程有两个可以使用的方法: 1) 使用 detachNewThreadSelector:toTarget:withObject:类方法来生成一个新的线程。 2) 创建一个新的 NSThread 对象,并调用它的 start 方法。 阅读全文
posted @ 2016-05-13 19:46 xiuneng 阅读(682) 评论(0) 推荐(0)