Daily iOS
UIKitLyft

Image cell reuse and cancellation

In a UIKit collection view with image cells, fast scrolling makes the previous request's response flash on a reused cell before it changes. What would you cancel when the cell is reused?

Submit