Accessing users iTunes Library without MPMediaPickerController

笑着哭i 提交于 2019-12-11 01:27:40

问题


Is there another way to access the users iTunes Library than MPMediaPickerController?

Can the UITableView which is used to present the MPMediaPickerController be customized?


回答1:


Is there another way to access the users itunes library than MPMediaPickerController ?

Sure, there's MPMediaQuery to query the iPod library programmatically. Once you havwe the data, you can display it any way you want. See the iPod Library Access Programming Guide.



来源:https://stackoverflow.com/questions/5221549/accessing-users-itunes-library-without-mpmediapickercontroller

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!