Clean images in a controller when this controller is destroyed ? #1783
Unanswered
yellowTiger
asked this question in
Q&A
Replies: 1 comment
-
Kingfisher does not hold a tracking for which images and its view controller in use. So it is not possible. If you want a minimal memory usage, maybe just set the memory cache config limitation to a very small value to disable it. So Kingfisher won't provide a memory cache. |
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
-
when a controller call the deinit func , I want to remove images in this controller from memory immediately,how can I do?
Beta Was this translation helpful? Give feedback.
All reactions