我正在尝试复制 iPod 应用程序的清除队列功能,但是我无法创建一个空的 MPMediaItemCollection 来调用 setQueueWithItemCollection:
例如
[self.musicPlayer setQueueWithItemCollection:[MPMediaItemCollection collectionWithItems:[NSArray array]]];
其中musicPlayer 是一个MPMusicPlayerController。
抛出异常:
*** Terminating app due to uncaught exception 'MPMediaItemCollectionInitException', reason: 'items array must not be empty'
有没有办法清除避免此问题的 MPMusicPLayerController 队列?
非常感谢任何帮助,简历