You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock; - method to download the progressive jpeg, with SDWebImageProgressiveDownload option, I've checked that I'm getting data in the progress block, and also, I have checked that the method sets the imageview's image, but nothing appears, and I have tried with valid progressive jpegs.
The text was updated successfully, but these errors were encountered:
I'm using the - (void)setImageWithURL:(NSURL *)url placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageCompletedBlock)completedBlock; - method to download the progressive jpeg, with SDWebImageProgressiveDownload option, I've checked that I'm getting data in the progress block, and also, I have checked that the method sets the imageview's image, but nothing appears, and I have tried with valid progressive jpegs.
The text was updated successfully, but these errors were encountered: