How can I get all video files from camera roll library without using UIImagePickerController? Is there any chance?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
You should use ALAssets to do that. Look apple documentation. |
|||
|
|

ALAssetsLibrary enumerateGroupsWithTypes:usingBlock:failureBlock:. – Pulkit Goyal Jan 25 at 13:48