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.
我正在构建一个应该导入所有 iPod 库项目的应用程序。我已经完成了所有歌曲的导入,现在我想知道如何从库中导入播放列表和专辑。给我一些建议或示例代码。谢谢你。
我希望它足以为您提供所有信息,请阅读此内容。
如果您正在寻找示例代码,请访问此。
它将返回所有专辑,
MPMediaQuery *allAlbums = [MPMediaQuery albumsQuery]; NSArray *albumArray = [allAlbums collections];