SDWebImageSwiftUI icon indicating copy to clipboard operation
SDWebImageSwiftUI copied to clipboard

Options .delayPlaceholder not working iOS 16

Open leilaaua opened this issue 2 years ago • 0 comments

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)

leilaaua avatar Mar 20 '23 12:03 leilaaua