i have an xml file , there are number of images i want to display them in a "Image View" and the "Image View" will be in scroll view as u scroll the images should keep loading . i am having difficulty in coding that ,any help would be helpful
Asked
Active
Viewed 663 times
1 Answers
0
This link will help you Load image to a tableView from URL iphone sdk
Try to download lazy loading application code and implement that in your project.
Link for application Lazy loading.

Community
- 1
- 1

Baby Groot
- 4,637
- 39
- 52
- 71
-
how can i load the images on a scrollview ? i want to extract the url from xml and load it on image view – raptor85 Nov 04 '11 at 12:01
-
You will understand if you will try to understand the code of apple's program. – Baby Groot Nov 04 '11 at 12:03
-
thanks ,i will look into it and refer back if i have a problem in executing – raptor85 Nov 04 '11 at 12:17