I want to get the list of all video files which are stored in iPhone internally (recorded and iPod). I want to show all the video files in my application.
I have a TableViewController
and want to show all video file from iphone in my application.
How can I get a list of all the video files?
You have to use assetLibraries Try this code :-
This code will give u list of videos of your iPhone.
It may help you Thankss :)