views:

9

answers:

0

Hello friends

Recently I am working with xml parsing function for iphone. I am viewing thumbnail image in my uitableviewcell through webservice. Its working perfect.

Now I got requirement like that....in webservice there are two urls for images. In case url1 could not retrive image or couldnt connect, then image should be displayed by url2, and even url2 does not work then "no image" image should be displayed from the application itself.

I have done all these things exacly as "LazyTableImages" sample code as in apple developer site. (sample code for LazyTableImges : http://developer.apple.com/library/ios/navigation/index.html)

Right now I have done code like, I have made two IconDownloader classes for two urls....but not working successfully all the time. Is there any other good way to handle this requirements?

Thanks in advance.