Swift: Loading Images Asynchronously and storing with NSCache and NSURLCache

Profile Picture
- Published on Feb 26, 2016馃審 Public

Tutorial on creating the Facebook news feed UI: Part 1: https://youtu.be/NJxb7EKXF3U This tutorial is quick discussion on the proper way to cache UIImage objects after fetching it over the network. We go over the more naive approach of implementing a String to UIImage dictionary. Then we get a bit more clever and use an NSCache object. Finally, we utilize NSURLSession's default cache mechanism by setting up our own cache with NSURLCache. Completed Project: https://www.letsbuildthatapp.com/cour... Network Link Conditioner: https://developer.apple.com/downloads...