iphone - Apple Lazy Loading Images within a nav controller, reverts back to placeholder images -
I implemented the LazyTableImages project () by Apple, but in my version I used RestKit to get data And my UItableviewcontroller was pushing on the navigation stack so I would leave whatever Apple does to get xml in the applet. I think that this problem is not My problem is that when you come back from the UITB visual controller using the NAV back button or using any other tabbar object and come back, then the images which were previously loaded there, but immediately load the placeholder image Actually, the opposite happens. This UITableview is like cached data, so when you come back, lazy tables interfere with images. I need to know that someone has implemented this code where they had to be repelled? EDIT: Looks like the image downloader is not zero for the second time, which prevents the image from loading. I'm still finding out how to bypass it. Of course, I can only take out the condition, but I do not know that it is "bad" for performance. imageDownlo...