I am trying to load image from a remote server on the UIImageView in my application. Is it possible to load image from a remote server. I am using the following code
note that using dataWithContentsOfURL will block your user interface while the image loads, which will work if you're loading small images at startup, but is generally a bad idea; look into NSURLConnection.