In my app i insert images in the tableview by putting the url of image in the field image of xml!! It's possible insert the entire image directly in XML, including in the field image, instead of the URL, a kind of image compression, for example, the bits that make up the image.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This will increase the loading time a lot! Search for a solution for "lazy loading" on the Web. This is the most common approach for loading images in the table views on iPhone...
|
|||||||||||
|