09 9 月 iphone,objective-c, thread. Powen Ko | 未分類 | off NSThread* myThread = [[NSThread alloc] initWithTarget:self selector:@selector(myThreadMainMethod:) object:nil]; [myThread start]; -(void) myThreadMainMethod: (id) arg { NSLog(@”Thread checking in…”); printf(“Thread checking in…\n”); return; }