kingfisher

    [SwiftUI] KFImage placeholder 사용법

    [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)