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
struct Model {
let url: String
let size: CGSize
let priority: ImageRequest.Priority
let cacheType: CacheType
let transaction: Transaction
let additionalProcessor: [ImageProcessing]
}
The use case is the same as in the documentation where I have two images (one blurred) on top of each other. If I comment out ImagePipeline, I see one request per unique image. Unfortunately, with ImagePipeline with disk caching it doesn't work and 2 requests are fired for a unique image.
Xcode 16.2
Nuke 12.8
iOS 18.2
The text was updated successfully, but these errors were encountered:
I have the following setup:
The use case is the same as in the documentation where I have two images (one blurred) on top of each other. If I comment out
ImagePipeline
, I see one request per unique image. Unfortunately, withImagePipeline
with disk caching it doesn't work and 2 requests are fired for a unique image.Xcode 16.2
Nuke 12.8
iOS 18.2
The text was updated successfully, but these errors were encountered: