我正在尝试获取 iphone 播放列表中歌曲的标题。
我努力了:
MPMediaQuery *playlistsQuery = [MPMediaQuery songsQuery];
NSArray *list = [[NSArray alloc] initWithArray:[playlistsQuery colkections];
MPMediaItem *song = [list objectAtIndex:position];
NSString *title = [song valieForProperty:MPMediaItemPropertyTitle];
NSLog(@"%@", title);
而这个称号又回来了"(null)"
。该数组返回 50 个 itens,即我 iphone 中音乐的数量