Closed mjunkmyjunk closed 4 years ago
I just saw that the caching framework I’m using has changed their API a bit, so I will need to update the code you’re referring to, for now you can just add String
before UIImage
as a key parameter, that will fix it.
Thanks for the quick reply. it works.
there's one more line tho that spits out an error.
adding the same thing as what you suggested.
let disk = try DiskStorage<String, UIImage>(config: diskConfig, transformer: TransformerFactory.forImage())
Successful compile!
Thanks for making this open source, I'm "looking at the code" to learn and see what I can do for myself
Great to hear! I hope you can learn from it and maybe contribute some day.
XCODE 12.0.1
Have done sudo gems update cocoapods pod update (on the downloaded files directory)
trying to run it locally on simulator churned out quite a few build issue.
Would appreciate some guidance on what's happening.
clicking no the error declaration points to this
is there a missing "value"?
Thanks