0

可能重复:
如何从我的 iphone 的 ipod 中获取歌曲到我在 iphone sdk 中的数组中的应用程序?

NSMutableArray *collectionMutableCopy = [[NSMutableArray alloc] initWithArray:myMediaItemCollection.items];

我想以数组的形式获取 ipod 中所有歌曲的列表,上面的代码对吗?

4

1 回答 1

2

Just use the MPMediaPickerController.

Take a look on this tutorial : Tuto

于 2012-07-25T07:57:25.887 回答