CLCristhian Leonincristhianleonli.hashnode.dev·Jan 30, 2024 · 3 min readBuilding a CachedAsyncImage using SwiftUIIntroduction SwiftUI provides us with AsyncImage to asynchronously load images. However, when it comes to loading multiple images, a ScrollView or a ListView will start deallocating images, forcing the images to load again. This makes your UI look gl...00