Dynamically pulling images from XML for iPhone App
- by Simon Hume
I've got my iPhone app pulling down live data content via XML nicely, and I've formatted the UITableView cells to display the content without too many headaches.
However, at the moment, for each cell I'm just showing a default graphic for now, but I want this to be pulled down from my server too.
The code snippet that grabs the image (which is…