I have created thumbnail view using Three20 bundle. I have successfully loaded and displayed the images in the view. Now i want to clear the cache images because everytime it shows only the previously cached image and not the updated or latest image. All images are retrieved from the RSS feed.
Please help me out.
Thanks.
Here are a couple of more TTURLCache methods if you don't want to clear the entire cache:
or
[[TTURLCache sharedCache] removeAll:YES];
?