Async Images in SwiftUI
Hi all, in today’s post, I’m going to share how to present images from a URL or Base64 data string with AsyncImage in SwiftUI.
Environment: Xcode 14.3 beta 2 (14E5207e), iOS 16.4
The source code of this post is available here.
Images from a URL
Let’s...
xavier7t.com3 min read