I have hit the proverbial wall trying to figure out how to populate an NSImage with data returned from an asynchronous NSURLConnection in my desktop app (NOT an iPhone applicati
Have you tried using the initWithContentsOfURL: method?
initWithContentsOfURL: