音乐应用程序在锁定屏幕上显示歌词(文本页面)。
我尝试将MPMediaItemPropertyLyrics设置为显示大量文本,但它不能。
MPNowPlayingInfoCenter* mpic = [MPNowPlayingInfoCenter defaultCenter];
mpic.nowPlayingInfo = @{MPMediaItemPropertyAlbumTitle:sight.guide.name,
MPMediaItemPropertyTitle:sight.name, MPMediaItemPropertyLyrics:sight.note};发布于 2013-09-14 18:30:54
https://stackoverflow.com/questions/11886120
复制相似问题