iosiphoneuitableviewmpmediapickercontroller

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?


Solution

  • 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.