iPhone开发 多线程的使用

thOne=[[NSThreadalloc]initWithTarget:selfselector:@selector(run) object:nil];

[thOne start];

 

 

-(void)run

{

   //代码

}

posted @ 2012-02-14 14:14  凡娃软件  阅读(588)  评论(0编辑  收藏  举报