i am developing a iphone application with cocos2d and i need a function for updating content. How can i start a new work thread that will send some request in the background and will not pause the main application/gui thread? I have searched through the web and can not find a decent example. Thanks!
Share
you can use NSOperation and NSOperationQueue for this.