ios - UITableViewCell loads multiple pictures, causing an abnormal increase in memory
为情所困2017-05-31 10:32:51
0
1
667
A single UITableViewCell loads multiple (up to 6) pictures, and pulling up and down to refresh will cause a memory explosion problem. How to solve it effectively, quickly and simply?
Please post the code or find out the reason yourself:
If the image is too large and causes memory problems, you can display it as a thumbnail.
If it is a memory leak, please check the code carefully to solve it~