I am working on an application that relies on showing lots of photos on screen from multiple sources.
I am wondering how could apple make that \"photo tile\" view in th
Apple example of using PHCachingImageManager is much better, as it's also using preheating text so that it caches correct resources. Please check it out https://developer.apple.com/library/ios/samplecode/UsingPhotosFramework/Listings/SamplePhotosApp_AAPLAssetGridViewController_m.html Sorry for bad formatting, hope it helps