I want to use code from Apple's lazyTableImages sample project to realize async (non-blocking) loading of images (UIImage
) from URL addresses.
I already have URL addresses for the images to be downloaded, so the ParseOperation.h
and ParseOperation.m
in the lazyTableImages
sample project is not necessary.
However, I failed to apply the sample code into my project. I've got no idea on how to manually set images URLs, instead of parsing the XML to get URL addresses in the sample project.
Please shed some light on it. Thank you :D