音乐应用程序在锁定屏幕上显示歌词(文本页面)。
我试图将 MPMediaItemPropertyLyrics 设置为显示大量文本,但事实并非如此。有任何想法吗?
MPNowPlayingInfoCenter* mpic = [MPNowPlayingInfoCenter defaultCenter];
mpic.nowPlayingInfo = @{MPMediaItemPropertyAlbumTitle:sight.guide.name,
MPMediaItemPropertyTitle:sight.name, MPMediaItemPropertyLyrics:sight.note};