MPNowPlayingInfoCenter在锁定屏幕上显示歌词

时间:2012-08-09 14:51:51

标签: objective-c ios5 mpnowplayinginfocenter

音乐应用程序在锁定屏幕上显示歌词(文本页面)。

我试图让MPMediaItem Property Lyrics显示很多文字,但事实并非如此。 有什么想法吗?

MPNowPlayingInfoCenter* mpic = [MPNowPlayingInfoCenter defaultCenter];
            mpic.nowPlayingInfo = @{MPMediaItemPropertyAlbumTitle:sight.guide.name,
        MPMediaItemPropertyTitle:sight.name, MPMediaItemPropertyLyrics:sight.note};

1 个答案:

答案 0 :(得分:1)

您无法设置歌词。

只能设置以下文档中显示的某些类型的属性: https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPNowPlayingInfoCenter_Class/Reference/Reference.html