forum

Home / DeveloperSection / Forums / Executing performSelectorOnMainThread on multithreaded app in iOS?

Executing performSelectorOnMainThread on multithreaded app in iOS?

Anonymous User 1470 09-Dec-2015

When I was creating a multithreaded app in iOS, I noticed that the following code will call the main thread:

[self performSelectorOnMainThread:@selector(rollBar:)
                       withObject:nil
                    waitUntilDone:false];

but, I am unable to create multithreaded app, so please anyone tell me the correct procedure to create multithreaded application and what code we use in other controllers to get functionality of multithread in our app.

Thanks.


Updated on 10-Dec-2015
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By