NSThread* InitThread = [[NSThread alloc]initWithTarget:self selector:@selector(InitThreadFunc:) object:self]; [InitThread start]; -(void)InitThreadFunc:(id)sender { ViewController *fSelf = (ViewController*)sender; }
NSThread* InitThread = [[NSThread alloc]initWithTarget:self selector:@selector(InitThreadFunc:) object:self]; [InitThread start]; -(void)InitThreadFunc:(id)sender { ViewController *fSelf = (ViewController*)sender; }