SwiftUI 3.0 Quick Tip: How to use AsyncImage | iOS 15 | Swift 5.5

Опубликовано: 06 Август 2026
на канале: John Kouris
186
12

In this video I'll show you how you can use the new AsyncImage in SwiftUI 3.0 and iOS 15. AsyncImage allows you to asynchronously load and display an image from a URL without having to use complicated image networking handlers or third party dependencies like Kingfisher.

If you want to see how you can use AsyncImage in a full project, check out my Build a Pokedex series:
   • Build a Pokedex with Swift 5.5 and SwiftUI 3  

I built this example app using Xcode 13 and iOS 15. In order to follow along, you'll need to download the latest version of Xcode 13. At the time of recording, Xcode 13 is still in beta and requires a developer account to use. You can download it here:
https://developer.apple.com/download/

Here is the URL for the image I use in this project:
"https://firebasestorage.googleapis.co..."

Follow me on Twitter:
  / kouris_john  

Music:
   • Memories - PLOCKZ | Free Royalty Free Musi...  

#SwiftUI #Swift #iOS15 #SwiftUI3 #Xcode13 #Tutorial