I i.yalovecky macrumors member Original poster Feb 24, 2010 67 0 Jun 30, 2010 #1 wanna write async function like NSURLConnection initWithRequest. What i need to learn for it?
K kainjow Moderator emeritus Jun 15, 2000 7,958 7 Jun 30, 2010 #2 Do your heavy duty loading in the background via dispatch queues or threads. Then call back to your delegate on the main thread.
Do your heavy duty loading in the background via dispatch queues or threads. Then call back to your delegate on the main thread.