Let’s take a brief look at the new feature announced at WWDC21 that allows us download and display images asynchronously on SwiftUI. In Xcode 13 (beta) and iOS 15, Apple introduced AsyncImage a simple way to request, download and show an image just providing the image URL. Implementation As you can…