ios多线程

NSThread* InitThread = [[NSThread alloc]initWithTarget:self selector:@selector(InitThreadFunc:) object:self];

 [InitThread start];





-(void)InitThreadFunc:(id)sender

{

    ViewController *fSelf = (ViewController*)sender;

   

}


posted @ 2012-12-06 14:42  废弃账号  阅读(114)  评论(0)    收藏  举报