Reload images in a UIWebView after they have been downloaded by a background thread
- by dantastic
I have an application that frequently checks in with a server and downloads a batch of articles to the iphone. The articles are in html and just stored using core data.
An article has 0-n images on the page.
Downloading all associated images at the same time as the text will be too slow and take too much bandwidth. Users are not likely to open…