I was trying to get videos from the photo library because I also want to get images list so I am using ALAssetsLibrary. I have successfully get images from the photo library. But I have getting problem with the video because I am not understanding how can I do this.
Please help me.
How to get videos using ALAssetsLibrary in iOS?
Ask by Royce Roy
Updated 21 Dec 2015
For getting videos ALAssetsFilter class is very helpful during enumeration on group,
Here is an example:
We can also filter allPhotos, allAssets instead of allVideos.