Replies: 1 comment
-
| 
         Not quite sure but maybe it worths to try this before you setting an image: guard let url = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: "group.bundle.id") else {
    return
}
let myCache = ImageCache(name: "my_cache", cacheDirectoryURL: url)
KingfisherManager.shared.cache = myCache | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I want to share the same ImageCache for my app and its extensions, is it possible?
FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: "group.bundle.id")
Beta Was this translation helpful? Give feedback.
All reactions