How can IOS Photos app can show hundreds of photos in one screen?

后端 未结 2 1894
無奈伤痛
無奈伤痛 2021-01-31 22:56

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

2条回答
  •  忘了有多久
    2021-01-31 23:40

    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

提交回复
热议问题