我正在使用Photos框架来获取iOS8中的专辑列表.我能够使用它
PHFetchResult *smartAlbums = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeSmartAlbum subtype:PHAssetCollectionSubtypeAlbumRegular options:nil];
Run Code Online (Sandbox Code Playgroud)
这给了我所有智能相册的列表,包括视频.如何过滤此列表中的视频.我只需要图像.
帮助将不胜感激.谢谢.