dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Remove in memory cached images and load new ones #174

Open princesojitra opened 1 year ago

princesojitra commented 1 year ago

Hi all, I am currently evaluating this library. I have cached the images using URLImageOptions - InMemory store type in one of my SwiftUI View. I tried to delete cached images from in memory using removeallImages() method but it did not work for me.