Jump to content

update UI from worker thread


3 posts in this topic

Recommended Posts

Thanks for the helpful reply.

 

I have implemented performSelectorOnMainThread:withObject:waitUntilDone. However, it looks like that it works when waitUntilDone is set to YES or when using sleep(1). The selector does not get called if I use waitUntilDone = NO and dont use sleep().

 

Any ideas how this can be resolved?

Link to comment
Share on other sites

 Share

×
×
  • Create New...