Loading images in SwiftUI is much easier with third party library such as Kingfisher and SDWebImage. In this lesson we'll go ahead and see how it works.
Kingfisher
https://github.com/onevcat/Kingfisher
SDWebImage
https://github.com/SDWebImage/SDWebImageSwiftUI
Comments (1)
KyloR_
2 years ago
For Kingfisher you can do `.fade(duration: 1)` to fade in the images (unless they're cached already I think). For me, this does need to be above `.scaledToFill()`