How to get all photos moment wise using ALAssetLibrary in ios7?
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 device then it returns nothing. So, i go with ALAssetLibrary to get photos. Using ALAssetLibrary i also got all photos but that are like albums wise photos. and also using this ALAssetLibrary i cannot get album creation date not its location name, as i have to show this to data on my each section's header. My code for fetching photos in ios7 using ALAssetLibrary: _imagearray = [@[] mutableCopy]; __block NSMutableArray