Open dudisitchy opened 5 years ago
The type of value
in your code is an ImageCacheResult
. I guess you cannot set it as a parameter of kf.setImage
, unless you have your own version. I suspect this causes the ambiguous. I believe it would be a good idea to check the error detail to see what exactly causes it.
Hi there,
My code below shows an error in options: [] of the setImage function: "Type of expression is ambiguous without more context" This is inside a cellForRowAt.
What am I doing wrong? I tried a lot of options in the wiki.
Thanks a lot!