[Swift] How to Asynchronously Download and Cache Images without Relying on Third-Party Libraries
Update October 2016: Fully updated for Xcode 8 and Swift 3 Loading a massive number of images asynchronously in a scrollable view like UITableView can be a comm...