|
|
Member Since: Aug 13, 2011
Location: West Sussex, UK
Posts: 143
|

03-28-2012, 01:41 PM
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
|