Can someone please detail a way to display all the videos in your library/directory or video album via UITableView?
I would like to basically list all the videos in a table.
Can someone please detail a way to display all the videos in your library/directory or video album via UITableView?
I would like to basically list all the videos in a table.
The link provided by @hima is talk about ALAssetFramework which is actually deprecated in ios9, use Photos framework.