2

音楽アプリは、ロック画面に歌詞(テキストのページ)を表示します。

たくさんのテキストを表示するようにMPMediaItemPropertyLyricsを設定しようとしましたが、そうではありません。何か案は?

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

1 に答える 1

1

歌詞は設定できません。

次のドキュメントに示されている一部のタイプのプロパティのみを設定できます: https://developer.apple.com/library/ios/documentation/MediaPlayer/Reference/MPNowPlayingInfoCenter_Class/Reference/Reference.html

于 2013-09-14T10:30:53.677 に答える