kingfisher
![[SwiftUI] KFImage placeholder 사용법](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FcQB1Lg%2FbtrOSb6uJbP%2FAAAAAAAAAAAAAAAAAAAAAOLPK8dLhoG2nDfoWe3HcNNtur7VB9MmkB5DXU0uBo5n%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DYQhCHoPZBt2lG1ihEeqKvuuCjUQ%253D)
[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)