Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
When assigning an image from a file it appears to be cached.
Because if the file is replaced and the image reassigned it picks up the old image from the file not the new one.
Is there a way to refresh things so that it picks up the new image?
Example:
let file = "file1,png";
myImage.image = file;
delete file
add new file with same name
myImage.image = file;
The original file is still displayed.
Author | ch, passion for improvement.
Best Answer
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
Best Answer