Users Pricing

forum

home / developersection / forums / executing performselectoronmainthread on multithreaded app in ios?

Executing performSelectorOnMainThread on multithreaded app in iOS?

Anonymous User 1827 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.


I am a content writter !


1 Answers

Tarun Kumar 10 Dec 2015 Accepted Answer