Does anyone know of a good tutorial that shows how to lazy load images in a UITableView? I’ve searched online but the only one I found that looked like it did what I wanted was hard to follow because only parts of the code were shown and I’m new at this so I didn’t understand how to hook everything up.
Share
I suggest you check out the SDWebImage project on github, I use it for my table views when I need to load a remote image into the cells.
https://github.com/rs/SDWebImage