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?
習慣沉默2017-05-31 10:34:51
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~