How can i access the photo from gallery using Photo framework in objective c
问题 I am new on Photo framework i don't know how to use it. I have use many link but i have confused how to display image in imageview. I want to get the all photo from gallery using photo framework i am trying NSMutableOrderedSet *recentsDataSource; PHFetchResult *assetCollection = [PHAssetCollection fetchAssetCollectionsWithType:PHAssetCollectionTypeSmartAlbum | PHAssetCollectionTypeAlbum subtype:PHAssetCollectionSubtypeAny options:nil]; for (PHAssetCollection *sub in assetCollection) {