Quote:
|
Originally Posted by bonehead
If your data is big, consider using NSURLConnection instead-- it allows you to load a URL asynchronously so that your UI doesn't completely lock up. Remember, your users might be stuck with the EDGE network for a while...
|
Awesome. I was actually wondering about that last night on how not to lock up the view while loading.