Answer Posted / Rishi Kumar
To create a thread in Objective-C, you can use NSThread or NSOperation classes. Here's an example of creating a thread using NSThread:nnNSThread *newThread = [NSThread alloc] initWithTarget:@selector(threadMethod) object:self];n[newThread start];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category