How to get all photos moment wise using ALAssetLibrary in ios7?

后端 未结 2 1274
无人共我
无人共我 2021-01-25 14:13

I have problem to get photos in moment wise like apple iphone have in ios8. I have implemented for ios8 using PHAsset and Photos.framework. Now, when i run same code in ios7 dev

2条回答
  •  鱼传尺愫
    2021-01-25 14:45

    You are out of luck with iOS 7. AssetsLibrary as you observed returns only albums (Camera Roll, user albums). Even though the Photos App in iOS 7 shows Moments, there are no developer APIs in iOS 7 to get Moments.

提交回复
热议问题