I have been developing an iPad application in which I want to implement multithreading, so that I can use background threads for network communication.
I tried NSThread and NSOperation but I can't get a proper mechanism for thread communication in NSThread and the application crashes randomly when I use NSOperation and NSOperatioQueue....
There is a library called ThreadWorker but it works only on Mac not iPhone/iPad.
So please tell me a good library or method for multithreading in iPhone!
Thanks