Fetch All Audio & Video files in ios
问题 I want to fetch all audio files and also video files from device into the app. so that i can listed their names into the different UITableViews. Is there any way in ios, so that i can fetch them. 回答1: Have a look at this,specially on the section " Getting Media Items Programmatically ". If the media item picker doesn’t provide the control you want, you can use the database access classes from this API. These classes are designed to let you create arbitrarily complex queries. You could, for