Accessing users iTunes Library without MPMediaPickerController
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.
精彩评论