Daily iOS
NetworkingApple

Image downloader and cache (request coalescing)

In a coding interview you're asked to build, in 30 minutes, an ImageManager that fetches an image by URL and returns it from cache if it's been fetched before. How would you handle several cells requesting the same URL at the same time?

Submit