OC中多線程的建立方法

方法一: NSThread *t = [[NSThread alloc] initWithTarget:self selector:@selector(mutableThread) object:nil]; 方法二: [NSThread detachNewThreadSelector:@selector(mutableThread) toTarget:self withObject:nil]; 方
相關文章
相關標籤/搜索