Cocoa Developer, London UK

Latest Post

NSURLConnection setDelegateQueue is broken on iOS

Dec 29 2011

On Mac OS 10.7 and iOS 5.0, a very handy method has been added to NSURLConnection: setDelegateQueue:.

Using a URL connection in an NSOperation subclass has always been quite tedious because of the fact that one has to run a runloop for as long as the delegate callbacks have to happen. [...]