I am loading images using the JSON.
But it makes app slow as it use to wait until all images are downloaded in app.
To avoid this situation I want to put some default image. And when app downloads image it should replace that default image.
I am not using table view. I am displaying this images in coverflow.
How do I get this ?
This sample demonstrates a multi-stage approach to loading and displaying a UITableView. It begins by loading the relevant text from an RSS feed so the table can load as quickly as possible, and then downloads the images for each row asynchronously so the UI is more responsive.
http://developer.apple.com/library/ios/#samplecode/LazyTableImages/Introduction/Intro.html