iphone - Why the NSURLConnection connectionDidFinishLoading is not running?
Hello all My app looks like this: I have a UIScrollView and there is imageview inside. I implemented the scrollViewDidScroll delegate so that if the scroll did scroll, I will create a NSURLConnection and download a data from some url, for only once. The problem is that the NSURLConnection connectionDidFinishLoading only be called or r...