View Single Post
Mark FX

 
Mark FX's Avatar
 
Member Since: Aug 13, 2011
Location: West Sussex, UK
Posts: 143
Mark FX has a spectacular aura about

Mark FX is offline
Yes, it's worth mentioning to others that using the NSURLConnection class in a synchronous mode, will
freeze the client application until the connection completes it's data transfer.
So if you need to make sure your app can continue to update it's UI, then use the NSURLConnection class
in a asynchronous mode.

Great to here you got things working.

Regards Mark
QUOTE Thanks