I am using TTPhotoViewController to show photo coming from remote repository. If I change the content of the photo on remote repository but still use the same url, on my iPhone client, the original phone will still be shown when load up the TTPhotoViewController. So the image is somehow cached, is there way to not do that?
I also noticed the same problem with one of the TTTableStyledTextItem that have url to an image.
So is there anyway to clear cache or auto refresh if the target image is changed?