I am trying to access videos in iPhone library using AssetsLibrary Framework with the help of following code...but when I run the application the code is not working...the a
I am using ELC Image Picker Controller, and it's already using ALAssetsGroupAll and still not showing any videos.
I solved this by adding an asset filter. You can limit to videos, photos or both. I guess photos-only was the default. Please consider the following line if the above fails:
[assetGroup setAssetsFilter:[ALAssetsFilter allAssets]];