2

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

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

Alex Cio
  • 6,014
  • 5
  • 44
  • 74
some_id
  • 29,466
  • 62
  • 182
  • 304

1 Answers1

4

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.

Ole Begemann
  • 135,006
  • 31
  • 278
  • 256