开发者

Accessing users iTunes Library without MPMediaPickerController

开发者 https://www.devze.com 2023-02-15 02:54 出处:网络
Is there another way to access the users iTunes Library thanMPMediaPickerController? Can the UITableView which is used to 开发者_开发百科present the MPMediaPickerController be customized?

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

Can the UITableView which is used to 开发者_开发百科present the MPMediaPickerController be customized?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消