kingfisher
![[SwiftUI] KFImage placeholder 사용법](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FcQB1Lg%2FbtrOSb6uJbP%2FyiUh27YsBvE3otOqPK5D5k%2Fimg.png)
[SwiftUI] KFImage placeholder 사용법
KFImage placeholder 사용법 KFImage.url(URL(string:"")) .placeholder { Image("assetImage") .resizable() .aspectRatio(contentMode: .fill) .frame(width: UIScreen.main.bounds.width, height: 160) } .resizable() .aspectRatio(contentMode: .fill) .frame(width: UIScreen.main.bounds.width, height: 160)