Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用MPMediaItemCollectioniPod 音乐库中保存一些用户选择的音乐曲目。我希望能够唯一地识别MPMediaItem集合中的每一个,即使它们是重复的。这可能吗?
MPMediaItemCollection
MPMediaItem
我和你有同样的问题,Apple 刚刚在 iOS v5.0 中为我提供了解决方案。MPMusicPlayerController 类中有一个 indexOfNowPlayingItem 属性。您可以使用它来索引到您的数组。当然,如果您使用的是 MPMusicPlayerController。