It would be nice if AsyncImage did offer that level of customization!! I went ahead, bit the bullet, and created my own custom replacement for AsyncImage that really works better for my use case (displaying images retrieved form Urls in a list view). It uses NSCache to cache the images after initial download. It works great on 18.4 simulators when I set the URLSession configuration to URLSession(configuration: .ephemeral). It's based on a couple of posts I found on Google.
Topic:
App & System Services
SubTopic:
Networking
Tags: