IOS 线程处理(2)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-22 14:54 点击:次
}
}
- (IBAction)performOnSubThread:(id)sender {
//在子线程调用方法
[self performSelector:@selector(performMethod) onThread:mThread withObject:nil waitUntilDone:NO];
}
-(void)performMethod{
NSLog(@"performMethod.... thread:%@",[NSThread currentThread]);
}
@end
相关新闻>>
- 发表评论
-
- 最新评论 更多>>