SDWebImage / SDWebImageSwiftUI

SwiftUI Image loading and Animation framework powered by SDWebImage
https://sdwebimage.github.io/SDWebImageSwiftUI
MIT License
2.1k stars 216 forks source link

Options .delayPlaceholder not working iOS 16 #256

Open leilaaua opened 1 year ago

leilaaua commented 1 year ago

I want to show placeholder only when error , but it's not working WebImage( url: URL(string: "some url"), options: [.progressiveLoad, .delayPlaceholder], isAnimating: .constant(true)) .resizable() .placeholder(Image(ImageConstant.defaultRacerImage)) .indicator(.activity)